Description Usage Arguments Details Value Note Author(s)
particular pull data
1 | pull_from_environment(config_file, id_filter = NULL, element_id_filter = NULL)
|
config_file |
config file that confain the database information |
id_filter |
variable of the dataset that we want to filter when we pull this. |
element_id_filter |
observation of |
This function allows you to pull a database similar with the function mongo_manipulation
"This function allows you to pull dataset without overwriting the previous pulled."
If mongo_choice = "pull"
is not necessary to use other variable, because you are going to pull the dataset from the config file.
If mongo_choice = "pull"
and use the variables id_filter
and element_id_filter
to pull a table from the dataset.
You can use this function inside your shiny app.
Since the function mongo_manipulation pull a variable pull_info
in the global environment, and if we want to pull from different cofig files. Then use this functions to not overwrite the variable pull_info
, since now is written in son environment.
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.