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 <- border_measured_electricity_flow_FI_SE1(start_time_utc = start,
end_time_utc = end,
user_key = key)
summary(df)
}
Run the code above in your browser using DataLab