Skip to contents

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

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