View source: R/class-PKNCAresults.R
as.data.frame.PKNCAresults | R Documentation |
Extract the parameter results from a PKNCAresults and return them as a data.frame.
## S3 method for class 'PKNCAresults'
as.data.frame(
x,
...,
out_format = c("long", "wide"),
filter_requested = FALSE,
filter_excluded = FALSE,
out.format = deprecated()
)
x |
The object to extract results from |
... |
Ignored (for compatibility with generic |
out_format |
Should the output be 'long' (default) or 'wide'? |
filter_requested |
Only return rows with parameters that were specifically requested? |
filter_excluded |
Should excluded values be removed? |
out.format |
Deprecated in favor of |
A data.frame (or usually a tibble) of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.