as.data.frame: Convert a pim.environment to a data frame
Description
This function extracts all data from a pim.environment
and returns it as a data frame. Note that this is the original data
frame, not the one with pseudo observations.
NULL or a character vector giving the row names for
the data frame. Missing values are not allowed.
optional
logical. if TRUE, setting row names and converting
column names (to syntactic names: see make.names)
is optional
...
additional arguments to be passed to or from methods,
including stringsAsFactors. For more information, see the
function as.data.frame from the base package.
Value
a data frame.
Details
TO DO: Insert link to how to get pseudo observations out.