R: How to save the content of a curl request as ascii text? R: How to save the content of a curl request as ascii text? curl curl

R: How to save the content of a curl request as ascii text?


content(res, "text")

works and if the output is JSON then

content(res, "parsed")

works too.