R - Paper B - packages etc

Discussion in 'CS1' started by Elizabeth Murphy, Apr 15, 2022.

  1. Elizabeth Murphy

    Elizabeth Murphy Made first post

    Hi
    I'm resitting CS1 and have R installed from last year but I can't find where the institute says what version and packages we need to have for the exam this year. Any help would be appreciated!
    Also, is there any videos anywhere that I could watch to refresh how to load data in as I remember the file loading in funny the night before the exam last year (even though it had worked fine before hand!)

    Thanks so much
    Elizabeth
     
  2. Euan Ritchie

    Euan Ritchie Keen member

  3. John Lee

    John Lee ActEd Tutor Staff Member

    To load a csv file - you could either use:

    object <- read.csv("<filename>.csv")

    or use the "import dataset" option in the Environment window in RStudio.
     

Share This Page