library(googledrive)
url <- "https://drive.google.com/file/d/1i4bXQguHEOZLgngzEhZfLr5NGg5YTQE_/view"
local_path <- "data/minimum_wage.csv"
try(drive_download(url, path = local_path, overwrite = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.