Import data into R
Arguments
- con
character(1)
orconnection
. Data connection. Most commonly, usecharacter(1)
to represent a file path or URL. Less commonly, can create atextConnection
to a character vector of source code lines (text), which is useful for reformatting malformed files directly in R.- ...
Additional arguments.