Description Usage Arguments Value
Read Text Lines
1 2 3 4 5 6 7 | read.text2(
string,
na.strings = c("NA", "na"),
sep = "\t",
dec = ".",
stringsAsFactors = TRUE
)
|
string |
character string |
na.strings |
a character vector of strings which are to be interpreted as NA values. |
sep |
the field separator character. |
dec |
the character used in the file for decimal points. |
stringsAsFactors |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.