Learn R Programming

couchDB (version 1.4.1)

couch_attach: Add attachment to document

Description

Send attachment to an existing url

Usage

couch_attach(location, revtag, attachment, content_type = "image/png")

Arguments

location
url of the
revtag
revision (version)
attachment
file to attach
content_type
Content type of the attachment (for example: "image/png")