copypaste: A function to import copied data in RStudio via clipboard,...

Description Usage Value Examples

View source: R/copypaste.R

Description

A function to import copied data in RStudio via clipboard, the use of Addins is also highly recommended

Usage

1

Value

A data frame object named "x" in .GlobalEnv

Examples

1
2
3
4
5
6
7
8
# Copy (Ctrl+C) a excel/google sheets/ online table such as the table:
# https://en.wikipedia.org/wiki/Standard_normal_table

# Then push Addins -> shortcuts / Copy Paste or Run the following code:

copypaste()

if("x" %in% ls()){x}

shortcuts documentation built on Dec. 18, 2019, 1:49 a.m.