We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/epiverse-trace/serofoi/blob/e34ae0496e2ee7c6105f73387c0cf073b224da19/R/validation.R#L1C1-L1C2
serofoi/R/validation.R
Line 41 in e34ae04
Line 63 in e34ae04
Line 81 in e34ae04
Line 87 in e34ae04
Line 99 in e34ae04
Line 111 in e34ae04
serofoi/R/simulate_serosurvey.R
Line 496 in e34ae04
Line 507 in e34ae04
Documentation of Internal documentation
You can document internal functions in two ways:
@keywords internal
#' @title #' @description #' @param #' @return #' @Keywords internal
@noRd
#' @title #' @description #' @param #' @return None #' @nord
The text was updated successfully, but these errors were encountered:
ntorresd
No branches or pull requests
https://github.com/epiverse-trace/serofoi/blob/e34ae0496e2ee7c6105f73387c0cf073b224da19/R/validation.R#L1C1-L1C2
serofoi/R/validation.R
Line 41 in e34ae04
serofoi/R/validation.R
Line 63 in e34ae04
serofoi/R/validation.R
Line 81 in e34ae04
serofoi/R/validation.R
Line 87 in e34ae04
serofoi/R/validation.R
Line 99 in e34ae04
serofoi/R/validation.R
Line 111 in e34ae04
serofoi/R/simulate_serosurvey.R
Line 496 in e34ae04
serofoi/R/simulate_serosurvey.R
Line 507 in e34ae04
Documentation of Internal documentation
You can document internal functions in two ways:
@keywords internal
: This generates documentation for the function, but it will not appear in the index of the manual or the webpage:#' @title
#' @description
#' @param
#' @return
#' @Keywords internal
@noRd
: If you do not want to generate any documentation in the index or manual:#' @title
#' @description
#' @param
#' @return None
#' @nord
The text was updated successfully, but these errors were encountered: