You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please find below the R code history from your *shinyscholar* v0.4.2 session.
14
10
15
-
You can reproduce your session results by running this R Markdown file in RStudio.
11
+
You can reproduce your session results by running this quarto file in RStudio.
16
12
17
-
Each code block is called a "chunk", and you can run them either one-by-one or all at once by choosing an option in the "Run" menu at the top-right corner of the "Source" pane in RStudio. The file can also be rendered into an html file using `rmarkdown::render()` which will contain all of the outputs alongside the code used to generate them.
13
+
Each code block is called a "chunk", and you can run them either one-by-one or all at once by choosing an option in the "Run" menu at the top-right corner of the "Source" pane in RStudio. The file can also be rendered into an html file using `quarto::quarto_render()` which will contain all of the outputs alongside the code used to generate them.
18
14
19
-
For more detailed information see <http://rmarkdown.rstudio.com>.
15
+
For more detailed information see <https://quarto.org/>.
0 commit comments