--
You received this message because you are subscribed to the Google Groups "R-package-xlsx" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-package-xls...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
file <- system.file("tests", "test_import.xlsx", package = "xlsx"), I guess I'm uncear as to what system.file() does in this case.
if my file is located in:
~/projects/south_watetershead.xls
Should the command simply be:
file <- system.file("~/projects/shouth_watershead.xls")
However, I tried that and still get an empty object "'
Again, thanks for your work on this package, and thank you for the extra advice.