Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: sagemathinc/cocalc-example-files
Path: blob/master/RMarkdown/basic.Rmd
Views: 928

Test

just code formatted

and some R code

xx <- rnorm(2000) paste("length of xx:", length(xx)) plot(xx)

ok italic and 1997=r1/997\tfrac{1}{997} = `r 1/997`.

right hand side

link to google.

and a table

library(knitr) kable(mtcars[1:15, ], caption = "this is a knitr kable.")