WBsearchURL {RWildbook} | R Documentation |
Generate the search URL given the JDOQL query.
Description
This function helps users to generate the URL for data searching in the Wildbook framework with the account information of Wildbook, the URl of the desire wildbook and the JDOQL query.
Usage
WBsearchURL(username, password, baseURL, jdoql, protocol = "https")
Arguments
username |
The username in the Wildbook framework. |
password |
The password in the Wildbook framework. |
baseURL |
The URL represent the desire wildbook data base. |
jdoql |
The JDOQL string for data searching. |
protocol |
Defines communication protocol. either "http" or "https" (default). |
[Package RWildbook version 0.9.3 Index]