algo_read_file: Read a file from a URI accessible by the Algorithmia service

Description Usage Arguments References

View source: R/algo.r

Description

Read a file from a URI accessible by the Algorithmia service

Usage

1
2
algo_read_file(algo_obj, fil_spec, fmt = c("text", "parsed", "raw"),
  encoding = NULL)

Arguments

algo_obj

an algorithmia object

fil_spec

URI (See http://docs.algorithmia.com/#data-uri)

fmt

result object format; "text" to retrieve the plain text of the response; "parsed" to parse the response and return an R object; "raw" to retrieve the binary response (useful for images)

encoding

content encoding

References

http://docs.algorithmia.com/


hrbrmstr/algorithmia documentation built on May 17, 2019, 4:55 p.m.