couch_http_connection: Connection to couchDB

Description Usage Arguments Examples

Description

Creates a connection object on the host and ports provided

Usage

1
2
couch_http_connection(host, port = 5984, https = FALSE,
  service = "couchdb", user = NULL, password = NULL)

Arguments

host

The IP address of the couchDB instance

port

The port to connect to

https

Should a ssl protocol be used

service

the service used accepts either "couchdb" or "cloudant"

user

Username on the database server

password

Password for the database server

Examples

1
2
3
4
## Not run:  
   myConn <- couch_http_connection(host = "localhost")

## End(Not run) 

couchDB documentation built on May 2, 2019, 4:09 a.m.