Closed djhocking closed 10 years ago
Right before each function add documentation that roxygen2 can convert into R documentation. You can use something like:
#' @title riverLabeller: Label Rivers #' #' @description #' \code{riverLabeller} returns something of great importance #' #' @details #' var: blah, blah, blah #' value: something, something
Right before each function add documentation that roxygen2 can convert into R documentation. You can use something like: