Description Usage Arguments Value Examples
A function to import excel files as quickly as possible, the use of Addins is also highly recommended
1 |
... |
extra parameters to be given to read.table function (header = TRUE) |
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
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.