View source: R/extract_tibble.R
extract_tibble | R Documentation |
Take a supertibble generated with read_redcap()
and return one of its data tibbles.
extract_tibble(supertbl, tbl)
supertbl |
A supertibble generated by |
tbl |
The |
This function makes it easy to extract a single instrument's data from a REDCapTidieR supertibble.
A tibble
.
superheroes_supertbl
extract_tibble(superheroes_supertbl, "heroes_information")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.