runs_scalars | R Documentation |
Get full set of runs scalars
runs_scalars(runs = NULL, ...)
runs |
a runs selection |
... |
passed on go |
A dataframe (tibble) of runs
## Not run: runs_scalars(1) # scalars from most recent run runs_scalars(1:2) # scalars form two most recent runs # pass in a dataframe of runs runs_info() %>% filter(flags$epochs > 5) %>% runs_scalars() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.