R/pb.R

Defines functions createPB

## Create and store the pb
createPB  <- function(...) {
    pb  <- utils::txtProgressBar(...)
    .Call("storePB", pb, PACKAGE = "glmnet")
    pb
}

Try the glmnet package in your browser

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

glmnet documentation built on Aug. 22, 2023, 9:12 a.m.