Learn R Programming

PDE (version 1.4.8)

PDE_install_Xpdftools4.02: Install the Xpdf command line tools 4.02

Description

PDE_install_Xpdftools4.02 downloads and installs the XPDF command line tools 4.02.

Usage

PDE_install_Xpdftools4.02(
  sysname = NULL,
  bin = NULL,
  verbose = TRUE,
  permission = 0
)

Value

The function returns a Boolean for the installation status and a message in case the commands are not installed.

Arguments

sysname

String. In case the function returns "Unknown OS" the sysname can be set manually. Allowed options are "Windows", "Linux", "SunOS" for Solaris, and "Darwin" for Mac. Default: NULL.

bin

String. In case the function returns "Unknown OS" the bin of the operational system can be set manually. Allowed options are "64", and "32". Default: NULL.

verbose

Logical. Indicates whether messages will be printed in the console. Default: TRUE.

permission

Numerical. If set to 0 the user is ask for a permission to download Xpdftools. If set to 1, no user input is required. Default: 0.

Examples

Run this code
if (FALSE) {

PDE_install_Xpdftools4.02()

}


Run the code above in your browser using DataLab