NEWS.md
make_yes_no()
function to convert “checked” or “yes”-like answers to “Yes” and other answers to “No or Unknown”.make_yes_no_unknown()
function to convert “checked” or “yes”-like answers to “Yes”“, unchecked or”no”-like answers to “No” and other answers to “Unknown”.make_choose_all_table()
now works with api or manual/point-and-click exports. ## Added S3 methods so dplyr (and friends) can work with labelled objectsdrop_labels()
function for datasets. Used to deal with packages/functions that don’t want labeled variables (i.e. dplyr::pivot_longer()
and skimr::skim()
record_id =
and first_record_id =
for custom record_id fields in import_instruments()
import_instruments()
import_instruments()
runsimport_instruments()
loading repeated instruments (the first instrument in a project was badly messed up)import_instruments()
function imports all instruments with a single commandmake_choose_one_table()
no longer requires factorsmake_choose_all_table()
now works with “1” vs “0” indicator variablesimport_instruments()
function to import all instruments; currently uses the REDCapR
package as the APImake_choose_all_table()
with repeating instruments showing NA countssummarise_all()
functionmutate_if
and mutate_all
from make_choose_all_table()
import_instruments()
functionmake_instrument_auto()
functionrlang
bug in make_choose_all_table()
; see https://github.com/RaymondBalise/tidyREDCap/pull/13
make_choose_all_table()
functionmake_instrument()
functionmake_choose_one_table()
function