View source: R/plumber_functions.R
mario_voices | R Documentation |
List Voices available
mario_voices(
service = NULL,
api_url = "https://rsconnect.biostat.jhsph.edu/mario",
api_key = Sys.getenv("CONNECT_API_KEY"),
...
)
service |
Service to use or list voices |
api_url |
URL for the Plumber API |
api_key |
API key for RStudio Cnnect |
... |
additional options to send to |
A data.frame
of voices
if (mario_have_api_key()) {
result = mario_voices()
utils::head(result)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.