Skip to contents

Write http helpers

Usage

write_helpers(outfile = "http-helpers.R", http_lib = "crul")

Arguments

outfile

(character) Path to write http helpers file to

http_lib

(character) one of crul (default) or httr

Examples

if (FALSE) { # \dontrun{
write_helpers()
} # }