View source: R/connect_idaifield.R
proj_idf_client | R Documentation |
This function creates a crul::HttpClientobject for use in retrieving all documents from or querying a Field database associated with a specific project. This function is intended for internal use only.
proj_idf_client(conn, project = NULL, include = "all")
conn |
A connection object returned by |
project |
(deprecated) character. Name of the project-database that should be loaded. |
include |
Arguments: "all", "query", "changes" . Should the client use "_all_docs", "_find" or "_changes" as paths. |
A crul::HttpClient()
object.
connect_idaifield()
for information about connecting to Field
and crul::HttpClient()
which this function uses.
## Not run:
connection <- connect_idaifield(pwd = "hallo", project = "rtest")
client <- proj_idf_client(conn = connection)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.