Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 027bac2

Browse filesBrowse files
committed
Update error message on throttling
1 parent 8ab850c commit 027bac2
Copy full SHA for 027bac2

6 files changed

+93-55Lines changed: 93 additions & 55 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎R/user_agent.R‎

Copy file name to clipboardExpand all lines: R/user_agent.R
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ check_result <- function(res) {
3131
stop(paste0(
3232
"EDGAR request blocked from Undeclared Automated Tool.\n",
3333
"Please visit https://www.sec.gov/developer for best practices.\n",
34-
"Consider also setting the environment variable 'EDGARWEBR_USER_AGENT"
34+
"See https://mwaldstein.github.io/edgarWebR/index.html#ethical-use--fair-access for your responsibilities\n",
35+
"Consider also setting the environment variable 'EDGARWEBR_USER_AGENT",
3536
))
3637
}
3738
stop(
Collapse file

‎docs/pkgdown.yml‎

Copy file name to clipboardExpand all lines: docs/pkgdown.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pkgdown_sha: ~
44
articles:
55
edgarWebR: edgarWebR.html
66
parsing: parsing.html
7-
last_built: 2021-04-18T16:33Z
7+
last_built: 2021-04-18T17:00Z
88

Collapse file

‎docs/reference/filing_documents.html‎

Copy file name to clipboardExpand all lines: docs/reference/filing_documents.html
+56-3Lines changed: 56 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎docs/reference/filing_funds.html‎

Copy file name to clipboardExpand all lines: docs/reference/filing_funds.html
+1-21Lines changed: 1 addition & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎docs/reference/full_text.html‎

Copy file name to clipboardExpand all lines: docs/reference/full_text.html
+26-26Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎docs/reference/parse_filing.html‎

Copy file name to clipboardExpand all lines: docs/reference/parse_filing.html
+7-3Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.