mario_voices: List Voices available

View source: R/plumber_functions.R

mario_voicesR Documentation

List Voices available

Description

List Voices available

Usage

mario_voices(
  service = NULL,
  api_url = "https://rsconnect.biostat.jhsph.edu/mario",
  api_key = Sys.getenv("CONNECT_API_KEY"),
  ...
)

Arguments

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 GET

Value

A data.frame of voices

Examples

if (mario_have_api_key()) {
    result = mario_voices()
    utils::head(result)
}

jhudsl/mario documentation built on Aug. 27, 2023, 2:43 a.m.