System$findGhostscript
From R.utils v1.32.4
by Henrik Bengtsson
Searches for a Ghostview executable on the current system
Searches for a Ghostview executable on the current system.
Usage
## Static method (use this):
## System$findGhostscript(updateRGSCMD=TRUE, firstOnly=TRUE, force=FALSE, ...)## Don't use the below:
## S3 method for class 'System':
findGhostscript(static, updateRGSCMD=TRUE, firstOnly=TRUE, force=FALSE, ...)
Arguments
Value
References
[1] How to use Ghostscript, Ghostscript, 2013
See Also
For more information see System
.
Examples
print(System$findGhostscript())
Community examples
Looks like there are no examples yet.