Export a google document and save a local copy
gdocs_export.RdThis function exports a google document as plain text. If the download is succesful, the result is stored locally. If not, the function will attempt to load the document from the local file.
Usage
gdocs_export(
x,
localFile = NULL,
format = "md",
silent = zirconia::opts$get("silent")
)