Creates an SDMX-compliant filter key string from a list of dimension filters. Multiple values for a dimension are joined with "+", dimensions are separated by ".".
make_url_key(filters)Character string with the SDMX filter key
Named list of filters where names are dimension IDs and values are either single values or character vectors for multiple values. Use "." to select all values for a dimension.