vascr_apply_map | R Documentation |
Apply a map to a vascr dataset
vascr_apply_map(data.df, map)
data.df |
the dataset to apply to |
map |
the dataset to apply |
a named vascr dataset
lookup = system.file('extdata/instruments/eciskey.csv', package = 'vascr')
vascr_apply_map(data.df = growth.df, map = lookup)
vascr_apply_map(growth.df %>% vascr_subset(well = c("A1")), lookup)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.