Function to get flows from FTS. https://api.hpc.tools/docs/v1/ for instance https://api.hpc.tools/docs/v1/#public_fts_flow_get?year=2015&filterBy=destinationGlobalClusterCode:HEA&filterBy=destinationLocationID:114,115&groupby=organization&format=xml

get_FTS(boundary = "year=2020")

Arguments

boundary

year or other to include

Value

list with flows_frame data frame with flows

Examples

if (FALSE) { data <- get_FTS(boundary = "year=2020") }