View source: R/select_experiment.R
Expand nested tables into their own tibbles in the environment
1 2 3 4 5 | select_experiment(
project,
f = function(x) dplyr::filter(x),
envir = .GlobalEnv
)
|
project |
'dotstask' or 'datequiz' |
f |
filter function like |
envir |
environment to write to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.