Description Usage Arguments Details Value Note Author(s) Examples
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.
1 |
x |
A list of data frames from 2010 onwards |
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.
A line graph of annual company filings is generated
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.
Nick Lukianoff
1 | all_compliance(list(df1,df2,df3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.