Description Usage Arguments Value Author(s) Examples
fireStore::fireStore.download a dataframe returns with all the data of the collection
1 | fireStore.download(project_id, fileName, token, save_path = NULL)
|
project_id |
This is the unique identifier of your Firebase project string |
fileName |
Name of the collection string |
token |
token that returns us the funcion FireStore.google_firestore string |
save_path |
path to save to hard drive in RDS format string |
a dataframe returns with all the information of the collection
Luis Rodriguez
1 2 3 4 | ## Not run:
fireStore.download("mi-proyecto-6465" , "micoleccion", "KxwWNTVdplXFRZwGMkH")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.