powered by
Downloads and reads data directly from Kaggle Datasets, where we have uploaded parsed data.
rfb_import(type = c("all", "empresas", "socios"), path, remove = TRUE)
if type="all", download list-column tibble containing all data. If type="empresas", downloads rectangular database of companies. If type="socios", downloads rectangular database of partners.
type="all"
type="empresas"
type="socios"
directory name to save temporary files.
remove temporary files? Default is TRUE.
# NOT RUN { empresas <- rfb_import("empresas", path = file.path(tempdir(), "rds_files")) # }
Run the code above in your browser using DataLab