R programming : Import .csv, xls or xlsx data

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2022
  • #Rprogramming #datascience #dataanalysis #data #dataanalytics
    In this video, I have described how to import data from .csv, xls or .xlsx files using built-in Rstudio functionality or writing code manually.
    I have discussed how to set the working directory, how to copy file path and how to modify that path to be read by windows.
    Facebook page:
    / rajendrachoureisc
    Mail Id:
    rajuchoure@gmail.com
    youtube playlist:
    • R programming tutorials

Комментарии • 8

  • @MrUnis
    @MrUnis Год назад +1

    Thanks for the video, can you provide the link for videos where you explain formats for xlsx or csv files...thanks

    • @DevResearch
      @DevResearch  Год назад

      ruclips.net/video/-Q1fBM4EtOs/видео.html

  • @sarabio5269
    @sarabio5269 Год назад

    Hello sir i trayinig use fubction write.xlsx but its not working what i can do ?

    • @DevResearch
      @DevResearch  Год назад

      Quit r studio. Install recent version of Java ,.(you can google it). And restart R. Load package xlsx and write the file.

  • @habibali2380
    @habibali2380 Год назад

    Sr I am facing issue while importing file
    “is this a valid excel file ?
    There is no pakage called pkgconfig”
    Sr I installed this pakage but all in vain

    • @DevResearch
      @DevResearch  Год назад

      Ensure that you have most recent version of r programming and r studio installed. Open Rstudio or if it is already open restart session. Update packages frm tools menu. Use readxl package.

  • @rubaiyatrahman7301
    @rubaiyatrahman7301 Год назад

    How I can run replication code in R studio? Thanks

    • @DevResearch
      @DevResearch  Год назад

      Do you want to replicate a vector ?