extract_metadata_tibble {REDCapTidieR}R Documentation

Extract a specific metadata tibble from a supertibble

Description

Utility function to extract a specific metadata tibble from a supertibble given a redcap_form_name

Usage

extract_metadata_tibble(supertbl, redcap_form_name)

Arguments

supertbl

A supertibble generated by read_redcap().

redcap_form_name

A character string identifying the redcap_form_name the metadata tibble is associated with.

Value

A tibble


[Package REDCapTidieR version 1.2.3 Index]