crw_as_tibble {crawl} | R Documentation |
Coerce crawl objects (crwIS and crwPredict) to tibbles
Description
Coerce crawl objects (crwIS and crwPredict) to tibbles
Usage
crw_as_tibble(crw_object, ...)
## S3 method for class 'crwIS'
crw_as_tibble(crw_object, ...)
## S3 method for class 'crwPredict'
crw_as_tibble(crw_object, ...)
## S3 method for class 'tbl'
crw_as_tibble(crw_object, ...)
Arguments
crw_object |
an object of class |
... |
Additional arguments that are ignored |
Methods (by class)
-
crw_as_tibble(crwIS)
: coerce crwIS object to tibble -
crw_as_tibble(crwPredict)
: coerce crwPredict object to tibble -
crw_as_tibble(tbl)
:
Author(s)
Josh M. London
[Package crawl version 2.3.0 Index]