Description Usage Arguments Details Value Note Author(s) Examples
This function strips any data frame row whose business or mailing addresses don't correspond to a valid US state.
1 |
x |
A data frame in the SEC's format |
This function will strip away any company that contains any address that is outside of the United States. In addition, if the incorporated state field is empty, it get populated from the business address, or if the business address is blank, from the mailing address.
A data frame containing only companies registered in a US state
This function removes companies from US territories, as well as foreign companies.
Nick Lukianoff
1 | x <- remove_nonUSA(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.