Community Forums

Find answers, ask questions, and connect with the
GRAPH Courses community.

Home Forums R help (deprec) Increasing R Speed

  • Increasing R Speed

    Posted by Abiye on December 26, 2022 at 10:22 am

    Is there anyway to increase the speed of RStudio? I have two concerning incidents. First was when I tried reading a csv file into RMarkdown – dim() = 106601×9. It always takes several hours. The second experience was when I tried to run the code below with the same dim above:

    `labdt_clean <- labdt %>%

        mutate(DR3 = anydate(`Date Report`),
    
               DR4 = as.POSIXct(`Date Report`)) %&gt;%
    
        select(DR3, DR4, `Date Report`) %&gt;%
    
        filter(is.na(DR3) &amp; !is.na(`Date Report`))`&nbsp;
    

    Is there anyway to make this run faster?

    Abiye replied 1 year, 3 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

Log in to reply.