fireStore.download: Download allows us to download a whole collection of Cloud...

Description Usage Arguments Value Author(s) Examples

View source: R/FireStore.R

Description

fireStore::fireStore.download a dataframe returns with all the data of the collection

Usage

1
fireStore.download(project_id, fileName, token, save_path = NULL)

Arguments

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

Value

a dataframe returns with all the information of the collection

Author(s)

Luis Rodriguez

Examples

1
2
3
4
## Not run: 
fireStore.download("mi-proyecto-6465" , "micoleccion", "KxwWNTVdplXFRZwGMkH")

## End(Not run)

luizmirodriguez/FireStore documentation built on June 2, 2020, 9:28 p.m.