R/set_username.R

Defines functions set_username

Documented in set_username

#' Set your ICES username
#'
#' Back compatability function that does nothing.
#'
#' @param ... only here for back compatability, does nothing
#'
#' @return invisible NULL
#'
#' @rdname set_username
#'
#' @export
set_username <- function(...) {
  invisible(NULL)
}
ices-tools-prod/icesConnect documentation built on July 17, 2025, 2:08 a.m.