Skip to content

Clean user communication #25

@MEO265

Description

@MEO265

To make the console output look cleaner one could replace all the prints using paste

  if (confirm) print(paste0("Log file set to ", logfile)) 

with cats

  if (confirm) cat("Log file set to ", logfile, "\n")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions