I'm unable to import my data, and the R console reports object not found. Any suggestions?
install.packages("tidyverse")
library(tidyverse)
y <- read_tsv("assignment_data.tsv")
x <- 1
Above the error that I receive:
However, the variable x is available in the global environment.