Description Usage Arguments Value Examples
gpdplotterr Author: Aldo Saltao Barros Plot a line chart of periods and the selected feature.
1 | gdpplotterr(cleaned_Dataframe)
|
cleaned_Dataframe |
This is the name of the dataset that you want to draw a chart. It is an output from the function gdpcleanerr |
line chart of GDP by the Region VS periods.
1 2 3 4 5 6 7 8 9 10 | data <- tibble::tribble(~REF_DATE,~GEO,~DGUID,
~`North.American.Industry.Classification.System.(NAICS)`,
~UOM, ~UOM_ID,~SCALAR_FACTOR,~SCALAR_ID,~VECTOR, ~COORDINATE,
~VALUE,~STATUS,~SYMBOL,~TERMINATED,~DECIMALS,1997L,"Canada",
"2016A000011124","Total industries", "Dollars",81L,"millions",
6L, "v41894235",1.477, 816756.1, NA,NA, NA,1L,1997L,"Canada",
"2016A000011124", "Crop and animal production",
"Dollars",81L,"millions",6L,"v41700857", 1.1,12755.9,NA,NA, NA,1L)
cleaned_df <- gdpcleanerr(data)
gdpplotterr(cleaned_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.