# NOT RUN {
# A zip file
file <- system.file("examples/0000154-150116162929234.zip",
package = "finch")
as.location(file)
# A directory
dir <- system.file("examples/0000154-150116162929234",
package = "finch")
as.location(dir)
# A URL
as.location("https://httpbin.org/get")
# }
Run the code above in your browser using DataLab