Description Usage Arguments Details Value Author(s) Examples
Function returns a list with some default settings and often used functions
such as cdb$baseUrl
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
serverName |
server name |
port |
port |
prot |
name of the protocol default is http |
DBName |
name of database |
uname |
name of the user |
pwd |
password |
newDBName |
name of the database for cdbMakeDB() |
removeDBName |
name of the database to remove with cdbRemoveDB() |
id |
the document id to get, put, post or delete |
fileName |
for use in cdbAddAttachment |
design |
the name of the design used when asking a view or list |
view |
the name of a view to query |
list |
the name of a list to query |
show |
the name of a show to query |
queryParam |
additional query params |
encSub |
a character which is used as a replacement for chars who can not be converted by iconv |
count |
how many uuids should be returned by cdbGetUuidS() |
dataList |
a list containing data to post or update |
attachmentsWithPath |
effects the result of the function cdbAddAttachment in the way the variable is named |
digits |
digits kept at toJSON conversion |
The list: cdb <- list(serverName = "localhost", ... )
is returned if
the packages library(RCurl)
and library(RJSONIO)
are
successfully loaded.
cdb |
The R4CouchDB (method) chain(ing) list |
wactbprot, parisni
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.