Skip to content

Get File Paths of Sample OPUS Files Included in the Package

Description

Utility function that retrieves the location of the sample OPUS binary file on disk.

Usage

opus_test_dsn()

Value

a character vector with the paths OPUS files included in the package

Examples

library("opusreader2")

(dsn <- opus_test_dsn)
function () 
{
    system.file("extdata", "test_data", package = "opusreader2")
}
<bytecode: 0x55a147ede8c8>
<environment: namespace:opusreader2>