clipboard_readfrom: Read from the clipboard to create a data.frame

View source: R/clipboard.R

clipboard_readfromR Documentation

Read from the clipboard to create a data.frame

Description

Just for convenience to quickly input data from excel, plain text, etc. by copy-'paste'

Usage

clipboard_readfrom(sep = "\t", header = TRUE, dec = ".", ...)

Arguments

sep

use tab as default separator

header

by default assume first line of data is column names

dec

decimal separator to use

...

passed to read.table

See Also

read.table()


edalfon/efun documentation built on June 23, 2024, 4:17 a.m.