Nothing
csdb provides an abstracted system for easily working with databases with large datasets.
Read the introduction vignette here or run help(package="csdb")
.
The csverse is a set of R packages developed to help solve problems that frequently occur when performing disease surveillance.
If you want to install the dev versions (or access packages that haven't been released on CRAN), run usethis::edit_r_profile()
to edit your .Rprofile
.
Then write in:
options(
repos = structure(c(
CSVERSE = "https://www.csids.no/drat/",
CRAN = "https://cran.rstudio.com"
))
)
Save the file and restart R.
You can now install csverse packages from our drat repository.
install.packages("csdb")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.