diff --git a/CursoIntroR.Rproj.RData b/CursoIntroR.Rproj.RData new file mode 100644 index 00000000..50d88047 Binary files /dev/null and b/CursoIntroR.Rproj.RData differ diff --git a/Prueba1.Rmd b/Prueba1.Rmd new file mode 100644 index 00000000..416c783c --- /dev/null +++ b/Prueba1.Rmd @@ -0,0 +1,30 @@ +--- +title: "Prueba1" +author: "Gbriel Díaz" +date: "27/6/2019" +output: pdf_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## R Markdown + +This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . + +When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: + +```{r cars} +summary(cars) +``` + +## Including Plots + +You can also embed plots, for example: + +```{r pressure, echo=FALSE} +plot(pressure) +``` + +Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. diff --git a/Prueba1.pdf b/Prueba1.pdf new file mode 100644 index 00000000..e3ccf1ca Binary files /dev/null and b/Prueba1.pdf differ diff --git a/Prueba_Windows.Rmd b/Prueba_Windows.Rmd new file mode 100644 index 00000000..20963a86 --- /dev/null +++ b/Prueba_Windows.Rmd @@ -0,0 +1,30 @@ +--- +title: "Prueba_Windows" +author: "Gabriel" +date: "27 de junio de 2019" +output: pdf_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +## R Markdown + +This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . + +When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: + +```{r cars} +summary(cars) +``` + +## Including Plots + +You can also embed plots, for example: + +```{r pressure, echo=FALSE} +plot(pressure) +``` + +Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. diff --git a/Prueba_Windows.pdf b/Prueba_Windows.pdf new file mode 100644 index 00000000..4c0e6c45 Binary files /dev/null and b/Prueba_Windows.pdf differ