post_x: Post-process data
Description
This function prepares output data.
Usage
post_x(x, meta, round = TRUE)
Value
A data.frame which follows the structure and ordering of the input dataset.
Arguments
- x
Input data.frame.
- meta
Metadata.
- round
Round continuous variables to their respective maximum precision
in the real data set?