rfb_import: Import data from binary files

Description Usage Arguments Examples

View source: R/download.R

Description

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

Usage

1
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

1
empresas <- rfb_import("empresas", path = file.path(tempdir(), "rds_files"))

jtrecenti/rfbCNPJ documentation built on Aug. 19, 2019, 9:36 a.m.