System$findGhostscript
From R.utils v1.23.2
by Henrik Bengtsson
Searches for the ghostview binary on the current system
Searches for the ghostview binary on the current system. Currently only Windows and Unix is supported.
Usage
## Static method (use this):
## System$findGhostscript(updateRGSCMD=TRUE, ...)
## Don't use the below:
## S3 method for class 'System':
findGhostscript(static, updateRGSCMD=TRUE, ...)
Arguments
- updateRGSCMD
- If
TRUE
and ghostscript is found, then the system environment variableR_GSCMD
is set to the (first) path found. This variable is used by thebitmap()
device. - ...
- Not used.
Value
- Returns a
vector
of full pathnames where ghostscript is found.
See Also
Sys.getenv
().
dev2bitmap
.
For more information see System
.
Examples
print(System$findGhostscript())
Community examples
Looks like there are no examples yet.