Tag: R script Windows CMD conditionally

  • Run Windows command line scripts by condition

    Run Windows command line scripts by condition

    In the Windows command line, it is possible to build loops that periodically execute scripts. You can see how to do that in one of my previous posts. Let’s say you want to run R script from the Windows command line but with a condition or multiple conditions. For example, run R script from the…