read_redcap_tidy()
is now
read_redcap()
extract_table()
is now
extract_tibble()
extract_tables()
is now
extract_tibbles()
bind_table()
is now bind_tibbles()
redcap_form_label
: The instrument’s human-readable
labelredcap_metadata
: REDCap metadata associated with the
instrument (derived from
REDCapR::redcap_metadata_read()
)redcap_events
: Events and arms associated with this
instrument (for longitudinal projects only)data_rows
, data_cols
: Row and column
counts of redcap_data
data_size
: Size of the redcap_data
tibble
in memorydata_na_pct
: The percentage of missing data in the
redcap_data
tibblemake_labelled()
function that attaches variable
labels using the labelled packageread_redcap()
:
forms
: Allows reading specific instruments instead of
the whole projectexport_survey_fields
: Allows for export of
redcap_survey_timestamp
and
redcap_survey_identifier
columns from survey-enabled REDCap
instruments (TRUE
by default)check_repeat_and_nonrepeat()
,
distill_*_table_long()
, and
multi_choice_to_labels()
.data
pronoun in tidyselect
expressionsextract_*()
functions under
some circumstances returned NULL
instead of the expected
tibblesclean_redcap()
may not correctly
assign variables across instruments to their appropriate tables in cases
of similar prefixesREADME
and DESCRIPTION
filesDESCRIPTION
file fixes for undirected quotation marks
(e.g. REDCap
to ‘REDCap’)@examples
tags for
bind_tables
and extract_table
pkgdown
siteDESCRIPTION
file fixes for spell check notesroxygen2
examples updatedread_redcap_tidy()
,
bind_tables()
, extract_table()
, and
extract_tables()
with documentationGitHub Commits and Releases