shortcuts (version 1.3.0)

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

Description

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

Usage

copypaste()

Arguments

Value

A data frame object named "x" in .GlobalEnv

Examples

Run this code
# NOT RUN {
# 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:
# }
# NOT RUN {
copypaste()

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

# }

Run the code above in your browser using DataCamp Workspace