Description Usage Arguments Details Value Author(s) Examples
View source: R/leer_texto_matriz.R
.. content for (no empty lines) ..
1 | leer_texto_matriz(texto)
|
texto |
.. content for ..
dd
emilio
1 2 3 4 5 6 7 8 9 10 | texto <- "
[,1] [,2] [,3] [,4] [,5]
[1,] 10 NA NA NA NA
[2,] 9 10 NA NA 6
[3,] NA NA 10 NA NA
[4,] NA NA NA 10 NA
[5,] NA NA 4 NA 10
"
R <- leer_texto_matriz(texto)
print(R)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.