gpdplotterr Author: Aldo Saltao Barros Plot a line chart of periods and the selected feature.

gdpplotterr(cleaned_Dataframe)

Arguments

cleaned_Dataframe

This is the name of the dataset that you want to draw a chart. It is an output from the function gdpcleanerr

Value

line chart of GDP by the Region VS periods.

Examples

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)