Learn R Programming

couchDB (version 1.4.1)

couch_set_default_connection: 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?