pasteTable: pasteTable

View source: R/pasteTable.R

pasteTableR Documentation

pasteTable

Description

Function to move table from clipboard to R

Usage

pasteTable(sep = "\t", header = FALSE, ...)

Arguments

sep

table separator value. e.g. tab, space, comma, etc.

header

whether or not to assign the first row to column names. default FALSE

...

Additional parameters passed to utils::read.table


brandonsie/bms documentation built on Nov. 17, 2023, 11:38 a.m.