powered by
Automatically fold code sections in RStudio editor to improve code readability and navigation
ralpha_fold(get_time = getOption("fab_time", default = FALSE))
Invisible NULL. The function is called for its side effect of folding code sections in the RStudio editor.
Logical value indicating whether to track and display function execution time. Default is taken from option "fab_time" or FALSE if not set.
if (FALSE) { # Fold code sections in the current RStudio editor ralpha_fold() # Fold code sections and display timing information ralpha_fold(get_time = TRUE) }
Run the code above in your browser using DataLab