knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The dsSupportClient
package offers a set of client-side functions that wrap around DataSHIELD functions from dsBase
. It is designed to streamline the production of descriptive statistics across multiple harmonized datasets. Some functions are still in development and may be refined based on user feedback.
First, you need to install the "remotes" package from CRAN:
install.packages("remotes") library(remotes)
And then install this Github repository
remotes::install_github("sofiasiamp/dsSupportClient")
This is a basic example on how to use it:
library(dsSupportClient) ds.wrapper(ds_function = ds.class, datasources = connections, df = "D")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.