-
Notifications
You must be signed in to change notification settings - Fork 47
/
DESCRIPTION
28 lines (28 loc) · 916 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: finreportr
Type: Package
Title: Financial Data from U.S. Securities and Exchange Commission
Version: 1.0.4
Date: 2022-01-16
Author: Seward Lee
Maintainer: Seward Lee <[email protected]>
Description: Download and display company financial data from the U.S. Securities
and Exchange Commission's EDGAR database. It contains a suite of functions with
web scraping and XBRL parsing capabilities that allows users to extract data from EDGAR
in an automated and scalable manner. See <https://www.sec.gov/edgar/searchedgar/companysearch.html>
for more information.
Depends: R (>= 2.10)
Imports: xml2,
dplyr,
httr,
rvest,
XBRL,
curl
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/sewardlee337/finreportr
BugReports: https://github.com/sewardlee337/finreportr/issues
RoxygenNote: 7.1.0
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr