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:
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
|
||||
as.list()
|
||||
|
||||
p[order(unlist(p), decreasing = T)]
|
||||
p[order(unlist(p), decreasing = TRUE)]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue