R/xptr.R

Defines functions print.qlcalendar

print.qlcalendar <- function(x, ...) {
    cat("<qlcal calendar object '", getId(x), "' aka '", getName(x), "'>\n", sep="")
    invisible(x)
}

Try the qlcal package in your browser

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

qlcal documentation built on Feb. 18, 2026, 5:07 p.m.