mlr-org / ParamHelpers

Helpers for parameters in black-box optimization, tuning and machine learning.
https://paramhelpers.mlr-org.com
Other
25 stars 9 forks source link

as.data.frame.OptPathDF not well documented #189

Open mb706 opened 6 years ago

mb706 commented 6 years ago

as.data.frame.OptPathDF has an okay help page, but to reach that help page, the user needs to know the function name (in particular, needs to know that OptPath objects have class "OptPathDF"). Also, the description of as.data.frame in the help file of "OptPath" is incomplete: It doesn't list all possible parameters of as.data.frame. Therefore: 1) Make a prominent link in ?OptPath that points to as.data.frame.OptPathDF 2) Make the description of as.data.frame in the OptPath help page complete