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
Read a dataframe (we can do this using read_dataset_json()
Add a new variable to it
Apply the attributes using the xportr functions xportr_length() and xportr_label(). Type should be inferred from the variable (for now assume integer and string for simplicity of POC).
With the attributes applied, construct the following dataframe:
read_dataset_json()
xportr_length()
andxportr_label()
. Type should be inferred from the variable (for now assume integer and string for simplicity of POC).In the OID column, the DM portion should be inferred from the object name of the variable passed into the function.
The text was updated successfully, but these errors were encountered: