Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel data to R

  • 12-06-2013 9:57pm
    #1
    Registered Users, Registered Users 2 Posts: 2,540 ✭✭✭


    Hi guys,

    I am having problems opening an excel file saved as CSV to R.

    I am getting errors which says that the file is not on the directory where I saved it.

    I am new to R. So I have no clue as to what the error means.

    Mods I am not sure if this query is meant to be on the development forum o maths forum.If you can bridge it I will really appreciate it thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 4,586 ✭✭✭sock puppet


    Check that the file path is correct. Otherwise you can change the directory in R up the top to where you have the csv file saved. So instead of writing read.csv("C:\.......\myfile.csv") you can just write read.csv("myfile.csv"). It's handy as well for outputting files as everything's in one place.


  • Registered Users, Registered Users 2 Posts: 2,540 ✭✭✭freeze4real


    Thanks I got it to work.


Advertisement