View source: R/google_sheets.R
filesGD | R Documentation |
Authenticate and find Google Drive files and IDs by name.
filesGD(title, server = FALSE, json = NULL, api_key = NULL, email = NULL)
title |
Character. Title of Google Drive file. Uses regular expressions so you may fetch with patterns instead of names. |
server |
Boolean. Force interacting auth process? |
json |
Character. JSON filename with service auth |
email , 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. |
Vector with found file names based on title
on Google Drive.
Other Scrapper:
get_mp3()
,
gtrends_related()
,
holidays()
,
ip_data()
,
readGS()
,
splot_summary()
,
stocks_quote()
Other Google:
gtrends_related()
,
queryGA()
,
readGS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.