From e57b023d039024a398c6dea82066785f5b49d4f7 Mon Sep 17 00:00:00 2001 From: Paula Monje Date: Tue, 3 Oct 2023 14:54:45 +0000 Subject: [PATCH 1/3] New README and the two first fixes documented --- README | 1 + fix.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..29afdfaa --- /dev/null +++ b/README @@ -0,0 +1 @@ +My own README 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 -- From 31f50a109804618ded602668607c647747ee8c9e Mon Sep 17 00:00:00 2001 From: Paula Monje Date: Tue, 3 Oct 2023 15:00:11 +0000 Subject: [PATCH 2/3] README deleted --- README | 1 - 1 file changed, 1 deletion(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index 29afdfaa..00000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -My own README file From d801aac3ce0296d91218438c0dd78776d747a7c7 Mon Sep 17 00:00:00 2001 From: PaulaMonIba <122387103+PaulaMonIba@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:07:36 +0100 Subject: [PATCH 3/3] Add files via upload --- Workflow.r | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Workflow.r 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