| make_method_str | R Documentation |
Make method string
make_getter_method_str(field, is_public = TRUE, add_roxygen = TRUE) make_setter_method_str(field, is_public = TRUE, add_roxygen = TRUE)
field |
Character name of class field |
is_public |
Logical, whether the field is in public list |
add_roxygen |
Logical, whether to add roxygen description of method |
Character containing method definition