R/test.R

#' This is a test
#'
#' @dynex interactive()
#' # This example needs an interactive session.
#' name <- readline("name> ")
#' cat("hello", name)
#' cat('hello', name)
#'
#' @dynex pingr::is_online()
#' # This example needs internet connection
#' pingr::nsl("www.r-project.org")
#'
#' @name dynextest
#' @keywords internal
NULL
gaborcsardi/dynex documentation built on Nov. 14, 2019, 2:52 p.m.