intermine / intermine/InterMineR
newQuery and setQuery have inconsistent argument names
Open
- Dominant language
- R
- Stars
- 18
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
See table for comparison of arguments for these two methods - I think the library is young enough we could get away with modifying it to be consistent.
`newQuery` | `setQuery`
------------ | -------------
view | select
sortOrder | orderBy
(not implemented - see #5 ) | where
name | name
longDescription | description
constraintLogic | (?? possibly missing )
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.