# NOT RUN {
# Provided a valid token in .Renvirion, a dataframe of metadata for the last
# submitted file will be returned.
zz_get_info()
# Same as above, we're just passing the key in a variable.
zz_get_info(usr = "key")
# Provided a valid token, will return metadata for all files
# submitted to the API within a reasonable time frame.
zz_get_info(usr = "key", latest = FALSE)
# Same as above, we're just utilizing .Renviron.
zz_get_info(latest = FALSE)
# }
Run the code above in your browser using DataLab