Learn R Programming

convertGraph (version 0.1)

install.phantom: Saves Absolute Path to PhantomJS

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

install.phantom(path)

Arguments

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

Value

The function does not return anything

Examples

Run this code
## 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)

Run the code above in your browser using DataLab