TenK_get: Converts an FTP url from an SEC 10-K report to a URL pointing...

Description Usage Arguments Value Author(s) See Also

Description

TenK_get converts an FTP url from an SEC 10-K report to a URL pointing towards the HTML version of that report. The function will also collect and return metadata if desired by the user. This function should not be called directly; it is called from TenK_process.

Usage

1
TenK_get(URL, type = c("ftp", "html"), meta_list)

Arguments

URL

url belonging to the 10-k annual report

type

Is the url an FTP or an HTML url?

meta_list

Function returns a list with additional meta information (See overview of variables here: https://goo.gl/AJFUul). Choose which fields you want to return. Defaults to "ALL".

Value

Depending on the 'meta_list' parameter, the function returns a list with useful information. Please refer to the documentation for additional information. To view the documentation, execute 'vignette("TenK")'

Author(s)

Jasper Ginn

See Also

See https://goo.gl/pNMMcK for documentation on this package. See also TenK_process.


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