mirror of
https://github.com/sensebox/opensensmapr
synced 2025-04-25 22:01:15 +02:00
changed T to TRUE
This commit is contained in:
parent
fc2ee05f77
commit
8d0746b263
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ osem_phenomena.sensebox = function (boxes) {
|
||||||
table() %>% # get count for each phenomenon
|
table() %>% # get count for each phenomenon
|
||||||
as.list()
|
as.list()
|
||||||
|
|
||||||
p[order(unlist(p), decreasing = T)]
|
p[order(unlist(p), decreasing = TRUE)]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue