Greetings,
I would like to run several linux commands from within an R script, actually notebook. The reason for doing this is mainly for educational purposes. I would like capture the linux commads that would be normally used...
I know it seems like a noobie question but a quick search came up with nada.
I am considering: tar, bzip2, gz, But what commands would 'you' suggest to replace them?
I didn't notice that you specifically after archiving commands. In that case there are also ?zip and ?tar commands in base R that will most likely cover your use-case.