Last data update: 2014.03.03

R: Set default connection
couch_set_default_connectionR Documentation

Set default connection

Description

Sets up a couchDB connection to use as default

Usage

couch_set_default_connection(host, port = 5984, https = FALSE)

Arguments

host

The IP address of the couchDB instance

port

The port to connect to

https

Should a ssl protocol be used?

Results