Skip to contents

Get formulations

Usage

api_formulations(creds)

Arguments

creds

A list containing the access token and host

Value

A data frame with the formulations

See also

api_login() to retrieve the login object.

Examples

if (FALSE) { # \dontrun{
creds <- api_login("https://api.example.com", "username", "password", "user")
api_formulations(creds)
} # }