if (interactive()) {
# get one of the default ZIP file from internet
ghget("hu.data")
# get a locally stored zip file
ghget(dummy2=system.file("zip", "mmstat4.dummy.zip", package="mmstat4"))
# get from an URL
ghget(dummy.url="https://github.com/sigbertklinke/mmstat4.dummy/archive/refs/heads/main.zip")
}
Run the code above in your browser using DataLab