load.project()
I got the error messageUnable to load project(): You are missing a configuration file: config.global.dcf
Setting the working directory withsetwd("C:\\R\\letters")
fixed the issue. As the tutorial does not mention this, it might throw off inexperienced readers like me, who expect it to be able to make everything work by following this guide to the letter. I am letting you know so you might want add this cautionary instruction to the tutorial to help newbies like me?
Cheers, Daniel.
letters.csv.bz2
data set in place, we can start to
use ProjectTemplate's automated data loading features. Open up R again
and type the following:
setwd("path_to_letters_directory")
library('ProjectTemplate') load.project()
--
You received this message because you are subscribed to the Google Groups "ProjectTemplate" group.
To unsubscribe from this group and stop receiving emails from it, send an email to projecttempla...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.