Learn R Programming

nima (version 0.6.2)

openfile: Open a File

Description

Open a file using system and open.

Usage

openfile(file)

Arguments

file

File name (as character string).

Details

Open files from R by using the default operating system program.

Examples

Run this code
# NOT RUN {
openfile("myplot.pdf")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab