Run the unu command line tool
unu(cmd = "", args = NULL, DryRun = FALSE, ...) find_unu(location = getOption("runu.unu"))
cmd | The name of the unu command to run |
---|---|
args | Additional arguments to unu |
DryRun | When |
... | Additional arguments passed to |
location | - location of the unu executable |
unu
returns the value of system
after running
unu.
If find_unu
cannot find your unu executable then either add
the directory to your path or set the package option.
You will normally need to compile unu, but it is cross-platform (Windows/Mac/Linux) and has minimal dependencies. It is installed as part of the teem libraries available at http://teem.sourceforge.net/. See in particular the download and build pages for details.
find_unu()#> [1] "/usr/local/bin/unu"# show help unu()# NOT RUN { # manually set unu location if required options(runu.unu="/path/to/unu") # }