1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-20 11:53:57 +01:00

changed T to TRUE

This commit is contained in:
jan 2023-03-06 17:07:18 +01:00
parent fc2ee05f77
commit 8d0746b263

View file

@ -33,5 +33,5 @@ osem_phenomena.sensebox = function (boxes) {
table() %>% # get count for each phenomenon
as.list()
p[order(unlist(p), decreasing = T)]
p[order(unlist(p), decreasing = TRUE)]
}