export_xlsx {GetDFPData2} | R Documentation |
Export DFP/ITR data to a xlsx file
export_xlsx(l_dfp, f_xlsx = "GetDFPData-XLSX.xlsx")
l_dfp |
A list from get_dfp_data or get_itr_data |
f_xlsx |
Path to xlsx file |
A dataframe with several information about B3 companies
## Not run: # keep cran check fast
df_info <- get_info_companies()
str(df_info)
## End(Not run)