Learn R Programming

Rnumerai (version 3.0.1)

set_bio: Set bio field for a model id

Description

Set bio field for a model id

Usage

set_bio(model_id, bio)

Value

If the bio was changed successfully

Arguments

model_id

Target model UUID

bio

Bio to change

Examples

Run this code
if (FALSE) {
set_bio(model_id = get_models()[["bayo"]], bio = "This Model Rocks")
}

Run the code above in your browser using DataLab