system.file {utils} R Documentation

Find Names of R System Files

Description


Finds the full file names of files in packages etc.

Usage

system.file(fileName,
    package = NULL,
    mustWork = FALSE);

Arguments

fileName

[as string]

package

a character String With the name Of a Single package. An Error occurs If more than one package name Is given. [as string]

env

[as Environment]

Details

do not add extension suffix name for csv data set due to the reason of csv file extension suffix will be removed automatically in the progress of R compile the data file into package file.

Authors

SMRUCC genomics Institute

Value

this function maybe returns a clr stream object if the required file is inside an in-memory zip archive virtual filesystem.

clr value class

Examples


[Package utils version 2.33.856.6961 Index]