Skip to contents

Import data into R

Usage

import(con, ...)

Arguments

con

character(1) or connection. Data connection. Most commonly, use character(1) to represent a file path or URL. Less commonly, can create a textConnection to a character vector of source code lines (text), which is useful for reformatting malformed files directly in R.

...

Additional arguments.

Value

Object.

See also

Examples

showMethods("import")
#> Function: import (package AcidGenerics)
#> <No methods>
#>