set_params | R Documentation |
set_params function assigns all parameters to the attributes presented in the object. It returns the object with the parameters set.
set_params(obj, params)
obj |
object of class dal_base |
params |
parameters to set obj |
obj with parameters set
obj <- set_params(dal_base(), list(x = 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.