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.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.