Absolutely new to this and am trying to knit a very simple file . These first lines of code chunk return the error
library(tidyverse)
library(readr)
TotalActivity <- read_csv("FitBit_Data/TotalActivity.csv")
View(TotalActivity)
keep getting this error on the above line of code -
Quitting from lines 9-17 (VA_vs_RA.Rmd)
Error in .External2(C_dataviewer, x, title) : unable to start data viewer
Calls: ... withCallingHandlers -> withVisible -> eval -> eval -> View
Execution halted
Don't understand why.