TenK_process: Scrape an entire 10-K report or the business description...

Description Usage Arguments Value Author(s) See Also Examples

Description

TenK_process retrieves the entire 10-K annual report or the business description from an url belonging to a SEC 10-K report. If an FTP url is passed, the function will determine the link to the HTML version. See documentation (execute 'vignette("TenK")' or visit https://goo.gl/pNMMcK)

Usage

1
2
TenK_process(URL, metadata = TRUE, meta_list = list(), retrieve = c("ALL",
  "BD", "NONE"))

Arguments

URL

url belonging to the 10-k annual report

metadata

If FALSE, the function does not return any metadata. In this case, it will only return the url to the HTML 10-K report and the 10-K document or business description.

meta_list

Choose which fields you want to return. Defaults to "ALL". For an overview of the variables that you can select, please see https://goo.gl/AJFUul.

return

Return full report ("ALL"), business description ("BD") or only metadata ("NONE"). Defaults to "ALL"

Value

Depending on the 'return_meta' parameter and 'meta_list' parameter, the function returns a list with useful information. Please refer to the documentation for additional information.

Author(s)

Jasper Ginn

See Also

See https://goo.gl/pNMMcK for documentation on this package. You can also execute 'vignette("TenK")'.

Examples

1
res <- TenK_process("ftp://ftp.sec.gov/edgar/data/34782/0000034782-16-000102.txt")

JasperHG90/TenK documentation built on May 7, 2019, 10:33 a.m.