all_compliance: Show how many companies send in XML reports yearly

Description Usage Arguments Details Value Note Author(s) Examples

Description

Accepts a list of annual company listings, and graphs the number of companies filing per year. It does this by counting the number of rows in each list member, and plotting it against the year.

Usage

1

Arguments

x

A list of data frames from 2010 onwards

Details

This routine is a simple plotting routine that generates an x-y line graph, where x is the year, starting with 2010, and y is the number of rows in each data frame that is passed in.

Value

A line graph of annual company filings is generated

Note

The routine assumes that the first item in the list is the data for 2010, and each subsequent list item is an additional sequential year.

Author(s)

Nick Lukianoff

Examples

1
all_compliance(list(df1,df2,df3))

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