diff --git a/Workflow.r b/Workflow.r new file mode 100644 index 00000000..1b1acf7c --- /dev/null +++ b/Workflow.r @@ -0,0 +1,6 @@ +industria=read.csv("EmpresasIndustria_2012_2022.csv") +industria = as.data.frame(t(industria)) +head(industria) + +plot(industria[3:54,2]) +png("industria_2021.png") \ No newline at end of file diff --git a/fix.txt b/fix.txt index e69de29b..3e6b2396 100644 --- a/fix.txt +++ b/fix.txt @@ -0,0 +1,2 @@ +Fix #1 added -- You can safely remove this line -- +Fix #2: Very important fix added -- You can safely remove this line --