R/account.R

Defines functions account_info

Documented in account_info

account_info <- function(key = getOption("microworkers_key")) {
    mwGET(path = "/account/get_info/", key = key)
}
cloudyr/microworkers documentation built on May 13, 2019, 8:21 p.m.