Learn R Programming

couchDB (version 1.4.1)

couch_fetch_attachment_url: Get attachment url

Description

Get the url for a specific attachment, This is sometimes useful for direct reads to functions, in lieu of storing tempfiles.

Usage

couch_fetch_attachment_url(conn, database, key = NULL, attachment = NULL)

Arguments

conn
A connection object
database
The database name
key
Document key
attachment
Name of the attachment