powered by
set_params function assigns all parameters to the attributes presented in the object.
set_params(obj, params)
returns an object with parameters set
object of class dal_base
parameters to set obj
obj <- set_params(dal_base(), list(x = 0))
Run the code above in your browser using DataLab