
The goal of ImportR is to create an R dataframe from external data in SAS, SPSS, or STATA binary files, Excel workbooks or delimited text files.
You can install the ImportR with:
if(!require("remotes")){
install.packages("remotes")
library("remotes")
}
remotes::install_github("ImportR")
You can import a dataset using:
library(ImportR)
mydata <- import()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.