R/alex_hello.R

Defines functions alex_hello

Documented in alex_hello

#' Hello, world!
#'
#' This is an example function named 'hello'
#' which prints 'Hello, world!'.
#'
#' You can learn more about package authoring with RStudio at:
#'
#'   http://r-pkgs.had.co.nz/
#'
#' Some useful keyboard shortcuts for package authoring:
#'
#'   Install Package:           'Ctrl + Shift + B'
#'   Check Package:             'Ctrl + Shift + E'
#'   Test Package:              'Ctrl + Shift + T'
#' @return Hello, Dear User! phrase
#' @example
#' alex_hello() 

alex_hello <- function() {
  print("Hello, Dear User!")
}
Alexandershemetev/alexandershemetev documentation built on Dec. 30, 2020, 9:47 p.m.