Create the first R file

  1. Call use_r("function_name") to create a script below the R/ subdirectory.
use_r("strsplit1")
# ✔ Setting active project to 'C:/regexcite'
# • Modify 'R/strsplit1.R'
# • Call `use_test()` to create a matching test file