Write data into Google Sheets knowing the file's title. You may write a single value into a cell or a data.frame into a cell range.
writeGS(
data,
title,
sheet = "Hoja 1",
range = "A1",
reformat = FALSE,
append = FALSE,
json = NULL,
email = NULL,
api_key = NULL,
server = FALSE,
...
)Object (value, vector, dataframe, list)
Character. Title of Google Drive file. Uses regular expressions so you may fetch with patterns instead of names.
Character. Working sheet to import
Character. A cell range to read from
Boolean. Reformat the affected cells?
Boolean.
Character. JSON filename with service auth
Character. If you have multiple pre-authorized accounts in your machine, you may non-interactively select which one you wish to use by email and/or api_key.
Character. If you have multiple pre-authorized accounts in your machine, you may non-interactively select which one you wish to use by email and/or api_key.
Boolean. Force interacting auth process?
Additional parameters passed to read_sheet().
No return value, called for side effects.
Other Scrapper:
filesGD(),
get_mp3(),
holidays(),
ip_data(),
readGS(),
splot_etf(),
stocks_hist(),
stocks_quote(),
trendsRelated()
Other Google:
filesGD(),
queryGA(),
readGS(),
trendsRelated(),
trendsTime()