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