Usage
networks(data = "all", uuid = NULL, callopts = list(), name = NULL,
code = NULL, modifiedsince = NULL, startindex = NULL,
maxresults = NULL)
Arguments
data
The type of data to get. Default is all data.
uuid
UUID of the data network provider. This must be specified if data
is anything other than 'all'.
callopts
Further args passed on to GET.
name
THIS IS A DEPRECATED ARGUMENT. data network name search string,
by default searches all data networks by defining name = ''
code
THIS IS A DEPRECATED ARGUMENT. return networks identified by the
supplied short identifier code.
modifiedsince
THIS IS A DEPRECATED ARGUMENT. return only records which
have been indexed or modified on or after the supplied date (format YYYY-MM-DD,
e.g. 2006-11-28)
startindex
THIS IS A DEPRECATED ARGUMENT. return the subset of the matching
records that starts at the supplied (zero-based index).
maxresults
THIS IS A DEPRECATED ARGUMENT. max number of results to return