The goal of importR is to create an R data frame from external data in SAS, SPSS, or Stata binary files, Excel Workbooksm or delimited text files .
You can install the importR from with:
if(!require("remotes")){
install.packages("remotes")
library("remotes")
remotes::install_github("importR"")
You can import 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.