Currently working on an exam and need help with an error.
Im supposed to import exchangerates from the norwegian bank with an api with the following code;
'NBdata <- read.table(“url”, header = TRUE, sep = “;” , dec = “,”)
url: https://data.norges-bank.no/api/data/EXR/B.EUR.NOK.SP?format=csv&startPeriod=2019-09-07&endPeriod=2020-09-07&locale=no
but everytime i try i get this message in the log;
Error: unexpected symbol in "NBdata <- read.table(\u201curl"