You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect this use of mean as a character string with a function call in it will create some chaos in get_long_text_fields.R and get_long_text_field_values.R I am open to suggestions on how to circumvent this. Perhaps two novel columns: origin_function and bias
Add support for datetime fields in get_long_text_fields.R and get_long_text_field_values.R
get_long_text_fields.R
Use
tvt_na
as a template to add an internal function,tvt_datetime
. It should filter for text_validation_types with the pattern "^ datetime.*". SetI expect this use of
mean
as a character string with a function call in it will create some chaos inget_long_text_fields.R
andget_long_text_field_values.R
I am open to suggestions on how to circumvent this. Perhaps two novel columns:origin_function
andbias
After
dplyr::mutate(tvt = dplyr::case_when(
add a case to settvt
totvt_datetime
for the supported pattern.get_long_text_field_values.R
Use
tvt_na
as a template to add an internal function,tvt_datetime
. Filter for this TVT. Setvalue
something like this:Revise
redcapfiller/R/get_long_text_field_values.R
Line 25 in 82f2527
tvt_type
.The text was updated successfully, but these errors were encountered: