System$findGhostscript {R.utils} | R Documentation |
Searches for a Ghostview executable on the current system.
## 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, ...)
updateRGSCMD |
If |
firstOnly |
If |
force |
|
... |
Not used. |
Returns a character
vector
of full and normalized pathnames
where Ghostscript executables are found.
Henrik Bengtsson
[1] How to use Ghostscript, Ghostscript, 2013
http://ghostscript.com/doc/current/Use.htm
[2] Environment variable, Wikipedia, 2013.
http://www.wikipedia.org/wiki/Environment_variable
[3] Environment.SpecialFolder Enumeration,
Microsoft Developer Network, 2013.
http://msdn.microsoft.com/en-us/library/system.environment.specialfolder.aspx
For more information see System
.
## Not run: print(System$findGhostscript()) ## End(Not run)