extract_tibble {REDCapTidieR}R Documentation

Extract a single data tibble from a REDCapTidieR supertibble

Description

Take a supertibble generated with read_redcap() and return one of its data tibbles.

Usage

extract_tibble(supertbl, tbl)

Arguments

supertbl

A supertibble generated by read_redcap(). Required.

tbl

The redcap_form_name of the data tibble to extract. Required.

Details

This function makes it easy to extract a single instrument's data from a REDCapTidieR supertibble.

Value

A tibble.

Examples

superheroes_supertbl

extract_tibble(superheroes_supertbl, "heroes_information")


[Package REDCapTidieR version 1.1.1 Index]