8 Matching Annotations
- Mar 2021
-
stackoverflow.com stackoverflow.com
-
knit: (function(inputFile, encoding) { rmarkdown::render(inputFile, encoding = encoding, output_dir = "pdf") })
knit html to another folder other than the working directory
-
- Feb 2021
-
www.youtube.com www.youtube.com
-
Sass
Define variables, such as colors (e.g. $primary: #337ab7) in Sass (styles.scss) then compile to css for web.
R library "bootstraplib" built on foundation of "sass".
Use "run_with_themer()" to get a live preview GUI for customizing bootstrap theme.
Also, use "shinyOptions(plot.autocolors=TRUE)" at top of app to get plot outputs that respect Dark Mode.
Tags
Annotators
URL
-
- Nov 2020
-
bookdown.org bookdown.org
-
By default, bookdown merges
Bookdown navigation structure.
Tags
Annotators
URL
-
-
bookdown.org bookdown.org
-
R packages are also often constantly updated on CRAN or GitHub, so you may want to update them once in a while:
-
- Oct 2020
-
rstudio.github.io rstudio.github.io
-
Citations
citing in rstudio
-
- Sep 2020
-
-
2.1.5 Journal articles
Creating journal articles with r
-
-
www.coursera.org www.coursera.org
- Mar 2020
-
support.rstudio.com support.rstudio.com
-
Authoring R Presentations
Using RStudio to create slides based on Markdown
-