rio
arrow
Multiple levels of help in R:
??topic
help.search("topic")
apropos()
browseVignettes()
?function
help("function")
{swirl}
{learnr}