R/log_func_model.R
log_func_model.Rd
Log user-created functions or models
log_func_model(x, project)
Name of function.
Project name.
Logs function name, arguments, and, call. Use this function to log user-defined likelihood functions.
if (FALSE) { my_func <- function(a, b) { a + b } log_func_model(my_func) }