R/inspect.R
clear_prompt_history.Rd
Clears the global prompt history. Useful for testing or to free memory.
clear_prompt_history()
Invisibly returns the number of entries cleared.
if (FALSE) { # \dontrun{ # Clear history clear_prompt_history() } # }