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
Source.process applies the Source.props.codes (code value mappings from the data provider) in an initial crosswalk before applying the main manual Source.props.crosswalk. It would be helpful to be able to preview the effect of these codes when inspecting the dataset and drafting the manual crosswalk, for example as Source.glimpse(codes = true).
Similarly, it would be helpful to be able to preview the effect of the main crosswalk without running process on the entire dataset. #8 may help.
The text was updated successfully, but these errors were encountered:
Source.process
applies theSource.props.codes
(code value mappings from the data provider) in an initial crosswalk before applying the main manualSource.props.crosswalk
. It would be helpful to be able to preview the effect of these codes when inspecting the dataset and drafting the manual crosswalk, for example asSource.glimpse(codes = true)
.Similarly, it would be helpful to be able to preview the effect of the main crosswalk without running process on the entire dataset. #8 may help.
The text was updated successfully, but these errors were encountered: