Split one px object into many small px files (micro files), with count of the variables in it.
Arguments
- x
A px object.
- out_dir
Directory to save px files in.
- keyword_values
Optional. A data frame with column 'variable' and one or more of: 'px_contents', 'px_title', 'px_description', and 'px_matrix'. The columns will be added as keywords to the table for each non-HEADING variable that match the 'variable' column. It probably work for other keywords as well.
Use the column 'filename' to control the filename of each micro file. The filename path is relative to 'out_dir'.
Use the column 'language' if the px file has multiple languages.