install.phantom: Saves Absolute Path to PhantomJS

Description Usage Arguments Value Author(s) Examples

Description

takes the path to executable 'phantomJS' binary and memorizes its absolute path for future calls. PhantomJS binary can be downloaded from http://phantomjs.org/download.html

Usage

1

Arguments

path

Path to executable 'phantomJS' binary, downloadble from http://phantomjs.org/download.html

Value

The function does not return anything

Author(s)

E. F. Haghish
Medical Informatics and Biostatistics (IMBI)
University of Freiburg, Germany
haghish@imbi.uni-freiburg.de

Department of Mathematics and Computer Science
University of Southern Denmark
haghish@imada.sdu.dk

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
#save the absolute path to phantomJS by giving relative path
install.phantom("./bin/phantomjs")

#save the absolute path to phantomJS
install.phantom("c:\phantomjs\bin\phantomjs")

#convert JPEG to PDF
convertGraph("./example.jpeg", "./example.pdf", path = "path to executable phantomJS" )

## End(Not run)

convertGraph documentation built on May 1, 2019, 8:46 p.m.