#' Prints 'Hello, world!'.
#'
#' @return
#' @export
#'
#' @examples
#' loonR::hello()
hello <- function(){
print("Hello, world!")
}
#' Introduce me
#'
#' @return
#' @export
#'
#' @examples
#'
whoAmI <- function(){
cat("Bioinformatician in cancer biology and precision medicine
Make the world beautiful!!!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.