x = 'L57,L81,L92,L99,L04,L63,L68,L72'
x_split = strsplit(x,',')
x_vect = x_split[[1]]
res_sort = x_vect[order(x_vect,decreasing = TRUE)]
res = paste0(res_sort,collapse = ",")
res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.