Here's my code:
library(readxl)
datasets <- system.file("C:/Users/tyeg/Documents/Gamma Counter Processing/Inflammation/Study Compilation Sheet2.xlsx", package = "readxl")
read_excel(datasets)
Here's the error I get:
'' does not exist in current working directory