Last chance! 50% off unlimited learning
Sale ends in
POST
or PUT
.upload_file(path, type = NULL)
path to file
mime type of path. If not supplied, will be guess by
guess_type
when needed.
# NOT RUN {
citation <- upload_file(system.file("CITATION"))
POST("http://httpbin.org/post", body = citation)
POST("http://httpbin.org/post", body = list(y = citation))
# }
Run the code above in your browser using DataLab