R/im.print.R

Defines functions im.print

Documented in im.print

#' Print a Message Identifying the imageRy Package
#'
#' This function prints a simple message to indicate that the `imageRy` package is being used.
#'
#' @return This function does not return an object. It prints a message to the console.
#'
#' @details
#' This function serves as a basic test function to verify that the `imageRy` package is loaded.
#'
#' @seealso [im.list()], [im.import()]
#'
#' @examples
#' 
#' # Print the imageRy message
#' im.print()
#' 
#'
#' @export
im.print <- function(){
  print("I am imageRy")
  }

Try the imageRy package in your browser

Any scripts or data that you put into this service are public.

imageRy documentation built on Aug. 8, 2025, 7:31 p.m.