import: Import Data

View source: R/import.R

importR Documentation

Import Data

Description

Read data from clipboard.

Usage

import(header = FALSE, ...)

Arguments

header

passed to read.table.

...

passed to read.table.

Value

Vector or data frame from clipboard.

Note

Data are read from the clipboard using read.table, and then converted to a vector if the data are in a single row or single column.


arni-magnusson/arni documentation built on Nov. 3, 2023, 7:35 p.m.