Learn R Programming

rfbCNPJ (version 0.1.1)

rfb_import: Import data from binary files

Description

Downloads and reads data directly from Kaggle Datasets, where we have uploaded parsed data.

Usage

rfb_import(type = c("all", "empresas", "socios"), path, remove = TRUE)

Arguments

type

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.

path

directory name to save temporary files.

remove

remove temporary files? Default is TRUE.

Examples

Run this code
# NOT RUN {
empresas <- rfb_import("empresas", path = file.path(tempdir(), "rds_files"))
# }

Run the code above in your browser using DataLab