Description Usage Arguments Author(s)
View source: R/cleaning_and_structuring_tools.R
Read Matrix
1 | read_matrix(file, sep = ",", top_left_corner = "^\\s*?$")
|
file, |
the name of the file which the data are to be read from. |
sep, |
the field separator character. |
top_left_corner |
a RegEx to test whether or not to automatically assign row and column names. |
Christopher Callaghan, cjcallag@nps.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.