if (FALSE) {
# Create a Dockerfile based on the rocker/rstudio image.
# Write the Dockerfile locally to here::here("Dockerfile").
# Copy all files except the /data and /examples directories.
dock <- create(
project = here::here(),
FROM = "rocker/rstudio",
exclude = c("/data", "/examples")
)
}
Run the code above in your browser using DataLab