Learn R Programming

rkeops (version 2.2.2)

get_rkeops_build_dir: Get RKeOps build directory

Description

Get the path to the folder where all dynamic library files generated from compilations of user-defined operators are defined.

Usage

get_rkeops_build_dir()

Arguments

Value

character string, path to RKeOps build directory.

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 get_rkeops_build_dir() gives the location of this specific directory on your system.

You can use ls_rkeops_build_dir() to list RKeOps build directory content, and you can use clean_rkeops() to delete its content.

See Also

ls_rkeops_build_dir(), clean_rkeops()

Examples

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

Run the code above in your browser using DataLab