Re: [R] Errors --> Windows 8- R version 3.2.1

2015-08-08 Thread John C Frain
To check what your actual working directory is try getwd() To look a list of files in your actual working directory try dir() If your working directory is not what you expected change it with setwd("path to directory") There are several ways in Windows to ensure that R starts in the required

Re: [R] Errors --> Windows 8- R version 3.2.1

2015-08-08 Thread Uwe Ligges
E, 1. urls need to be ull qualified including the protocol such as "http://www.facebook.com"; 2. filenames are relative to the current working directory, if they are not in the current working directory, secify the full path. 3. read.csv() cannot read docx files Best, Uwe Ligges On