displayTextFile: (Internal) Display text file content

Description Usage Arguments Methods (by class) Examples

Description

The method displays the content of a given test file.

Usage

1
2
3
4
displayTextFile(object, file, ...)

## S4 method for signature 'Commons,character'
displayTextFile(object, file, ..., editor = "")

Arguments

object

Commons class object.

file

a character string. The path to the text file to display.

...

There are optional arguments.

editor

a character string. (optional) The name of your favorite plain text editor. It should be executable from a command-line prompt of the respective platform. For example, notepad (Windows), vim, emacs (Unix), gedit (Ubuntu), nedit (CentOS), etc.

Methods (by class)

Examples

1
2
3
4
5
6
7
## Not run: 

c <- Commons()
file = 'phs000001.v3_pht000371.v2_data_dic.json'
displayTextFile(c, file = file)

## End(Not run)

jameslhao/dbgapr_dev documentation built on May 8, 2019, 11:03 p.m.