get_default_input.RdReturns default PRISM model input
get_default_input(model_name = NULL, api_key = NULL, server = NULL)name of the model. If null, it will be set to the last call's value.
API key. If null, it will be set to the last call's value.
Server address. If null, it will be set to Peer Models Network PRISM server on the first run and to the last call's value on subsequent runs.
default model inputs, which can be changed and submitted to the model for a different run.
if (FALSE) {
sample_input <- get_default_input(model_name = "accept", api_key = "YOUR_API_KEY")
}