Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Skeleton for ro_search()
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik committed Mar 12, 2012
1 parent 0a8dbf0 commit 6c9fcb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/ro_search.r
@@ -0,0 +1,7 @@

ro_search <- function(query = NULL) {
if(!is.null(query))
{
# search for terms in all packages one by one.
}
}

0 comments on commit 6c9fcb9

Please sign in to comment.