Created
January 9, 2020 12:37
-
-
Save jeroen/c71b82fff94f6317e84273fb60e26f01 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' My roxy | |
#' | |
#' This is an example of how you would use roxygen. | |
#' | |
#' ```{r} | |
#' #' Test example | |
#' #' | |
#' #' This is an example. Here is how you embed R code: | |
#' #' | |
#' #' ```{r} | |
#' #' sessionInfo() | |
#' #' ``` | |
#' #' | |
#' #' @export | |
#' #' @param foo this is a parameter | |
#' test <- function(foo){ | |
#' foo^2 | |
#' } | |
#' ``` | |
#' | |
#' @export | |
#' @param args some parameters | |
myroxy <- function(args){ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Formatted page seems fine: