Nothing
#' 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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.