fkoh111 / fkoh111utils

Assorted utils :wrench: :construction_worker:
GNU Lesser General Public License v3.0
0 stars 0 forks source link

prompt message when initializing init_folder without assigning a path to src #13

Closed fkoh111 closed 4 years ago

fkoh111 commented 4 years ago

Draft:

  if (missing(src)) {
    src <- file.path(getwd())
    message("Please be aware, you've just initialized from your wd!")
  }