R/tips.R
Tips are usually related to news and usage.
drake_tip()
A character scalar with a tip on how to use drake.
drake_tip() # Show a tip about using drake.#> Drake quickstart:\n load_basic_example();\n vis_drake_graph(my_plan);\n make(my_plan);\n vis_drake_graph(my_plan) #> "Drake quickstart: load_basic_example(); vis_drake_graph(my_plan);\nmake(my_plan); vis_drake_graph(my_plan)"message(drake_tip()) # Print out a tip as a message.#>