The goal of Rbduk is to provide BDUK analysts with a centralised set of repeatable functions for BDUK-specific R work.
For full doccumentations of all functions in the package please read the
vignette
or run vignette("Vignette",package="Rbduk")
to view it within R.
Ordinarily, a package would be installed either from a communal file store, or from a git repository. As our VM’s do not connect to the T:// drive that we share, and packages cannot be installed from a Google Source Repository, we have to do this manually:
install.packages("dplyr","stringr","grid","ggplot2","bigrquery","geojsonsf","sf","shinyBS")
to install the packages dependencies.cd /home/dcms
and press enter.R CMD INSTALL Rbduk.tar.gz
and press enter.The package should now be installed, and to load it use library(Rbduk)
as you would any other package.
For any additional support, to contribute, or to suggest things you would like to see, please contact sam.atkin@dcms.gov.uk.
Do not push any code into the repository unless it has been quality assured first.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.