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 June 14, 2025, 4:50 a.m.