Añadir 'prueba.Rmd'

This commit is contained in:
monomono 2020-08-13 00:07:52 +00:00
parent bcf36620eb
commit 6530fa20e5
1 changed files with 15 additions and 0 deletions

15
prueba.Rmd Normal file
View File

@ -0,0 +1,15 @@
---
title: "Copia"
author: "adsf"
date: "8/12/2020"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
# Primeiros passos no R
```{r}
help.start()
```