Extract the parameter results from a PKNCAresults and return them as a data.frame.
# S3 method for PKNCAresults
as.data.frame(
x,
...,
out_format = c("long", "wide"),
filter_requested = FALSE,
filter_excluded = FALSE,
out.format = deprecated()
)
A data.frame (or usually a tibble) of results
The object to extract results from
Ignored (for compatibility with generic as.data.frame()
)
Should the output be 'long' (default) or 'wide'?
Only return rows with parameters that were specifically requested?
Should excluded values be removed?
Deprecated in favor of out_format