get_info_companies: Get information about available companies

Description Usage Arguments Value Examples

View source: R/get_info_companies.R

Description

This functino will read the zip files and get information about available companies.

Usage

1
2
3
get_info_companies(years = 2009:2018, type_data = "yearly",
  type_form = "10-K", do_cache = TRUE,
  cache_folder = "GetEdgarData-cache")

Arguments

years

Years to find data

type_data

Type of dataset ('yearly' or 'quarterly')

type_form

The type of SEC form ('10-k' or '10-Q')

do_cache

Use memoise cache system? TRUE (default) or FALSE

cache_folder

Path of cache folder to save all memoise files and downloaded zip files

Value

A dataframe with information about companies

Examples

1
2
3
4
## Not run: 
df_info <- get_info_companies()

## End(Not run)

msperlin/GetEdgarData documentation built on Jan. 21, 2021, 9:14 a.m.