Description Usage Arguments Note Author(s) Examples
Reads in item statements from file. Actually a wrapper for readLines()
.
1 | ReadItems(filename, enc)
|
filename |
character. Name of the file containing the items, separated by newlines. |
enc |
character. Character encoding of the file. Defaults to UTF-8. |
If you don't know what your encoding already is, try to convert it to UTF-8 with any text editor.
Nikolaos Giallousis, psierevn@gmail.com
1 2 | # not run
# my_items <- ReadItems("my_items.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.