View source: R/fct_export_xlsx.R
export_xlsx | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.