if (FALSE) {
library(finnishgrid)
start = "2024-06-01T00:00:00.000Z" # UTC
end = "2024-06-03T00:00:00.000Z" # UTC
key = "MY_SUPER_SECRET"
df <- fcr_d_yearlymarket_plans_up(start_time_utc = start,
end_time_utc = end,
user_key = key)
summary(df)
}
Run the code above in your browser using DataLab