cp_: Copy-paste tables from clipboard

Description Usage Arguments

View source: R/import.R

Description

‘cp_' allows you to import items from the clipboard (Ctrl + C or Ctrl + X on Windows) to 'R'. This works for Microsoft Excel, Microsoft Word, most websites, etc. It’s a wrapper for 'read.delim' with input 'clipboard'.

Usage

1
cp_(sep = "", ...)

Arguments

sep

the field separator character. Values on each line of the file are separated by this character. If sep = "" (the default for 'read.table') the separator is white space, that is one or more spaces, tabs, newlines or carriage returns.

...

further arguments for 'read.delim'


slamballais/slmisc documentation built on May 19, 2019, 6:23 p.m.