leer_texto_matriz: dd

Description Usage Arguments Details Value Author(s) Examples

View source: R/leer_texto_matriz.R

Description

.. content for (no empty lines) ..

Usage

1

Arguments

texto

Details

.. content for ..

Value

dd

Author(s)

emilio

Examples

 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)

emiliotorres/preferelation documentation built on Dec. 20, 2021, 4:25 a.m.