mensaje | R Documentation |
Similar a message solo que retorna el mensaje.
mensaje(..., domain = NULL, appendLF = TRUE)
... |
Conjunto de elementos caracter a mostrar en el mensaje |
domain |
See |
appendLF |
See |
Cadena de texto del mensaje impreso
a <- mensaje("Hola"," Cristhiandi")
### Aparece impreso "Hola Cristhiandi" en formato message
print(a) ## imprime cadena "Hola Cristhiandi"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.