R/dotC.R

Defines functions dotC

Documented in dotC

dotC <- function(filename) {
    if (length(filename) > 1L) {
        message("Only checking first filename given")
    }
        
    .C(check_rtf_brackets, as.character(filename))
}
                       

Try the testdotC package in your browser

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

testdotC documentation built on March 29, 2022, 3:01 p.m.