powered by
Take a supertibble generated with read_redcap() and return one of its data tibbles.
read_redcap()
extract_tibble(supertbl, tbl)
A tibble.
tibble
A supertibble generated by read_redcap(). Required.
The redcap_form_name of the data tibble to extract. Required.
redcap_form_name
This function makes it easy to extract a single instrument's data from a REDCapTidieR supertibble.
superheroes_supertbl extract_tibble(superheroes_supertbl, "heroes_information")
Run the code above in your browser using DataLab