Description Usage Arguments Value
Provide a list of class methods.
| 1 2 | generate_class_methods(class_methods, class_name, instance_methods, field_names,
  return_all)
 | 
| class_methods | list. A named list of functions corresponding to methods inherited from the inheritance chain. | 
| class_name | character. The name of the class these methods will belong to. | 
| instance_methods | list. Additional methods provided by the
 | 
| field_names | character. The names of the fields in the class.
Used to verify fields are not getting incorrectly assigned with
local ( | 
| return_all | logical. Whether or not to return all methods. # TODO: (RK) What does this mean? | 
a named list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.