Learn R Programming

RndTexExams (version 1.0)

rte.check.system.command: Function to check if system command is available

Description

Function to check if system command is available

Usage

rte.check.system.command(mycommand)

Arguments

mycommand
A system command (e.g. pdflatex inputfile.tex)

Value

  • A flag, TRUE if the command is available or FALSE if not)

Examples

Run this code
rte.check.system.command('pdflatex')

Run the code above in your browser using DataLab