Create a cfUser
object to allow the user to log into CliFlo from R
and build their query.
Usage
cf_user(username = "public", password = character())
Details
An object inheriting from the cfUser
class is created by the constructor
function cf_user
. The user must have an active subscription to cliflo
in order to create a valid object, unless a 'public' user is sought.
Visit https://cliflo.niwa.co.nz/ for more information and to subscribe
to cliflo.
See also
valid_cfuser
for details on the validation of
cfUser
and summary,cfUser-method
to summarise user
information.