richelbilderbeek / pirouette

R package that estimates the error BEAST2 makes from a given phylogeny
GNU General Public License v3.0
3 stars 2 forks source link

Write 'pir_rename' #394

Closed richelbilderbeek closed 4 years ago

richelbilderbeek commented 4 years ago

Is your feature request related to a problem? Please describe.

Renaming all the files of a pir_params is tedious.

Describe the solution you'd like

Wouldn't it be great if all filenames could be renamed at once?

  # Make all files to be local
  pir_params <- pir_rename(
    pir_params = pir_params,
    scheme = "local"
  )

Describe alternatives you've considered

Doing this by hand, but this is tedious.