View source: R/read_npx_utils.R
| convert_read_npx_output | R Documentation |
Help function converting the output dataset from read_npx* functions to "tibble" or "ArrowObject".
convert_read_npx_output(df, out_df)
df |
A "tibble" or "ArrowObject"
from |
out_df |
The class of the output dataset. One of "tibble" or "arrow". Defaults to "tibble". |
The dataset in the requested class.
Klev Diamanti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.