disp | R Documentation |
disp(X)
displays the value of variable X
without printing the variable name. This is a wrapper around base::cat()
that includes a breakline in the end.
disp(X)
X |
variable |
The value of X
Waldir Leoncio
A <- c(15, 150) S <- 'Hello World.' disp(A) disp(S)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.