R/qrcode_gen.R

Defines functions qrcode_gen

Documented in qrcode_gen

#' @export
#' @author Victor Teh
#' @family legacy
#' @rdname defunct

qrcode_gen <- function(...) {
  .Defunct("qr_code") # nocov
}

Try the qrcode package in your browser

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

qrcode documentation built on Dec. 28, 2022, 1:57 a.m.