Gunratan / edgar

Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate Filings
29 stars 14 forks source link

length 1 vector test for 'ALL' conditions #3

Open hrbrmstr opened 3 years ago

hrbrmstr commented 3 years ago

There are a tiny number of places where a parameter is tested to see if it equals ALL.

If one is running R with the following safety environment variables set:

they cause the functions with those test to fail. While it's easy to unset them, it is also straightforward to add a check, which is what this PR does.