state_stat: 2 tables of company statistics by state

Description Usage Arguments Details Value Note Author(s) Examples

Description

This function lists the number of registered companies in each of the United States. The first table lists every state alphabetically, with a count of incorporated companies. The second table lists every state, along with a percentage of companies incorporated in that state. The second table is sorted by percentage.

Usage

1

Arguments

x

A data frame in the SEC's format

Details

The first thing that this routine does is to clear the screen by sending a Ctrl-L code to the main device. It then displays a table, sorted by state, of companies per state. A second table follows it, sorted by percentage of companies in each state.

Value

2 tables of company statistics by state

Note

Keep in mind the Ctrl-L code that precedes the function results. While this isn't an issue for screen output, it must be dealt with if you will be storing these 2 tables in a variable. These tables do not include US Territories, or foreign countries.

Author(s)

Nick Lukianoff

Examples

1
2

NickSEC/SECAddresses documentation built on May 7, 2019, 6:07 p.m.