dotC: Test my use of the .C interface function

View source: R/dotC.R

dotCR Documentation

Test my use of the .C interface function

Description

This function tests my use of the .C interface.

Usage

dotC(filename)

Arguments

filename

a filename

Value

Nothing. This function only prints to the console.

Author(s)

Stephen Weigand <weigand.stephen@mayo.edu>

Examples


file.rtf <- tempfile(fileext = ".rtf")
cat("Hello, RTF", file = file.rtf)
dotC(file.rtf)
file.remove(file.rtf)


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