try_tibble {rt} | R Documentation |
Try to make a tibble
Description
Try to make a tibble
Usage
try_tibble(df, coerce = TRUE)
Arguments
df |
(data.frame) The |
coerce |
(logical) Whether or not to try coercion. Provided for upstream calling functions. |
Value
Either a data.frame
or a tibble
[Package rt version 1.1.0 Index]