orbi_find_isox {isoorbi}R Documentation

Find isox files

Description

Finds all .isox files in a folder.

Usage

orbi_find_isox(folder, recursive = TRUE)

Arguments

folder

path to a folder with isox files

recursive

whether to find files recursively

Examples


# all .isox files provided with the isoorbi package
orbi_find_isox(system.file("extdata", package = "isoorbi"))


[Package isoorbi version 1.3.0 Index]