pretty_R | R Documentation |
Ths function uses messages derived from valdation and organize the input to be pretty printed
pretty_R(message_list, extra_list = FALSE)
message_list |
The list with messages, either error list or warning list |
extra_list |
A boolean indicating if there is an extra layer of list (currently TRUE for error lists) |
DETAILS
A formmated string to be nicely printed
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.