copypaste: A function to import excel files as quickly as possible, the...

Description Usage Arguments Value Examples

View source: R/copypaste.R

Description

A function to import excel files as quickly as possible, the use of Addins is also highly recommended

Usage

1

Arguments

...

extra parameters to be given to read.table function (header = TRUE)

Value

A data frame object called "new_df" in .GlobalEnv, if the user closes the notepad the data won't be read or after 15 seconds

Examples

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

#Run
#copypaste()

#Paste (Ctrl+V) int the notepad, save and close your notepad file

#Check your data
#new_df

jcval94/copypaste documentation built on Nov. 10, 2019, 10:33 p.m.