I am new to the R programming language, and I have major problems with it. I want to unzip a file, but it could not work for me.
Here is the code I entered:
untar ("CD_data.tar", exdir = "data")
Then it returns the following error message:
/bin/sh: /usr/bin/gnutar: No such file or directory Warning message: In untar("CD_data.tar", exdir = "data") : '/usr/bin/gnutar -xf 'CD_data.tar' -C 'data'' returned error code 127
Please, help! Thanks!
source share