sbf_set_config_value | R Documentation |
Wrapper for setting the psql.config_value
options parameter.
sbf_set_config_value(value = NULL)
value |
A string of the config file value to grab. |
This function is recommended to be added to your header when used.
An invisible string of the value given
Other postgresql functions:
sbf_backup_pg()
,
sbf_close_pg()
,
sbf_create_pg()
,
sbf_execute_pg()
,
sbf_get_config_file()
,
sbf_get_config_value()
,
sbf_get_schema()
,
sbf_list_tables_pg()
,
sbf_load_data_from_pg()
,
sbf_load_datas_from_pg()
,
sbf_open_pg()
,
sbf_reset_config_file()
,
sbf_reset_config_value()
,
sbf_reset_schema()
,
sbf_save_data_to_pg()
,
sbf_set_config_file()
,
sbf_set_schema()
## Not run:
sbf_set_config_value("shinyapp")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.