powered by
Create a file to store your database configurations in.
easydb_init(config_file)
invisibly returns path to config file
path to create a new config file to store database configurations
# Choose config file path # Do NOT use tempfile in practice. # Choose a fixed location such as '~/.easydb' config <- tempfile('.example_config') # Initialise Configuration File easydb_init(config)
Run the code above in your browser using DataLab