att / rcloud.params

Notebook parameters for RCloud
3 stars 9 forks source link

have a function name for each input type, instead of `list(...)` #10

Open gordonwoodhull opened 6 years ago

gordonwoodhull commented 6 years ago

The lists are really ugly and unexpressive. So instead of

x = list(label = "Minimum",  min = 1, input = "numeric")

that should be

x = numeric(label = "Minimum", min = 1)