roxygen_score_family | R Documentation |
Helper for creating a roxygen header from template for score.* functions
roxygen_score_family(name, dontrun = TRUE)
name |
the name of the scoring function, assuming naming conventions are followed |
dontrun |
logical indicating whether examples should be wrapped in a dontrun block. This is particularly useful for assessments which may require an internet connection. |
roxygen section template for score family functions
## Not run:
#' @eval roxygen_score_family("has_news")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.