Skip to contents

Get or set an option for the sai package

Usage

sai_get_option(x = c("model", "language", "all"))

sai_set_option(x = c("model", "language"), val)

sai_set_model(val)

sai_set_model_args(...)

sai_set_language(val)

Arguments

x

The name of the option to get or set.

val

The value of the option to set.