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
Add a function get_long_text_fields.R analogous to get_long_categorical_field_responses.R that returns the fields in a data dictionary that have a field type of text. The returned dataset should have these columns::
field_name
form_name
field_type - "text"
weight - 100
Note
Future versions of this function will call text validation type handlers that will append more columns that govern the fill of fields. The columns set will vary according to text validation type. For example a numeric field might add these columns and values:
text_validation_type - "numeric"
mean - the mean of the field
sd - the standard deviation of the field
The text was updated successfully, but these errors were encountered:
Add a function
get_long_text_fields.R
analogous to get_long_categorical_field_responses.R that returns the fields in a data dictionary that have a field type oftext
. The returned dataset should have these columns::Note
Future versions of this function will call text validation type handlers that will append more columns that govern the fill of fields. The columns set will vary according to text validation type. For example a numeric field might add these columns and values:
The text was updated successfully, but these errors were encountered: