import: Import data into R

importR Documentation

Import data into R

Description

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

  • BiocIO::import.

  • rio::import.

  • read.table.

  • readLines.

  • textConnection.

Examples

showMethods("import")

acidgenomics/acidgenerics documentation built on April 7, 2024, 12:50 a.m.