View source: R/download_data.R
load_data | R Documentation |
qs
file and convert factors to stringsLoad a data frame saved as a qs
file and convert factors to strings
load_data(qs_file)
qs_file |
The path, incl. filename and extension, to a |
Any columns that are factors will be converted to character.
Intended for use with dataframes saved using save_df()
.
A tibble
## Not run:
load_data("qs_file.qs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.