Description Usage Arguments Methods (by class) Examples
The method displays the content of a given test file.
1 2 3 4 | displayTextFile(object, file, ...)
## S4 method for signature 'Commons,character'
displayTextFile(object, file, ..., editor = "")
|
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. |
object = Commons,file = character
: A method of class Commons
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.