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_notes_fields.R analogous to get_long_categorical_field_responses.R that returns the fields (rows) in the data dictionary that have a field type of notes. The returned dataset should have these columns:
field_name
form_name
field_type - "notes"
weight - 100
The text was updated successfully, but these errors were encountered:
Add a function
get_long_notes_fields.R
analogous to get_long_categorical_field_responses.R that returns the fields (rows) in the data dictionary that have a field type ofnotes
. The returned dataset should have these columns:The text was updated successfully, but these errors were encountered: