View source: R/facile_api_extras.R
with_sample_covs | R Documentation |
This returns a mix of custom covs that might be provided by a passed (wide) data.frame and the ones stored in the datastore. Covariates passed in by an extra data.frame or the original sample descriptor are given higher precedence.
with_sample_covs(
x,
covariates = NULL,
custom_covariates = NULL,
custom_key = Sys.getenv("USER"),
...,
verbose = FALSE
)
x |
a sample descriptor (facile_frame) |
covariates |
the names of the covariates to retrieve from the datstore.
Defaults to |
custom_covariates |
a wide (sample, dataset, cov1, cov2, ...) data.frame
of extra covariates the user wants to add to the sampel descriptor |
custom_key |
for |
a wider version of x
with more covariates attached to it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.