cw | R Documentation |
Reset the number of text columns used by R console. By default reset to the
current width of the terminal using the COLUMNS
environment variable.
cw(w = Sys.getenv("COLUMNS"))
w |
numeric, new width |
List with one component called width
containing the old
setting.
options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.