Learn R Programming

rkeops (version 2.2.2)

ls_rkeops_build_dir: List RKeOps build directory content

Description

List all files in the folder where all dynamic library files generated from compilations of user-defined operators are defined.

Usage

ls_rkeops_build_dir()

Arguments

Value

output of file.info() function.

Author

Ghislain Durif

Details

When compiling a user-defined operators, a shared object (.so) library (or dynamic link library, .dll) file is created in RKeOps build directory (located in the .cache folder in your home). For every new operators, such a file is created.

Calling ls_rkeops_build_dir() lists all files in RKeOps build directory.

You can use get_rkeops_build_dir() get the path to RKeOps build directory, and you can use clean_rkeops() to delete its content.

See Also

get_rkeops_build_dir(), clean_rkeops()

Examples

Run this code
if (FALSE) {
ls_rkeops_build_dir()
}

Run the code above in your browser using DataLab