Description Usage Arguments Value Author(s) Examples
The function allows to upload data objects, such as variables,lists and data.frames
1 | upload(x, projectURL, directory = "main", token = "none")
|
x |
A data.frame or data.table object |
projectURL |
The Firebase project URL string |
directory |
The optimal Firebase subdirectory string |
token |
The user access token that can be retrieved with the auth() function. Required when if the database rules specify the need for user authentications. string |
returns http request answer which includes the random key.
Robin Kohze
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.