sortFindFn | R Documentation |
Sort a data.frame
as a
findFn
object.
sortFindFn(x, sortby=NULL)
x |
a |
sortby |
sort information as for function
|
1. pkgSum <- PackageSummary(x, sortby)
2. Order x
as required for findFn
3. class = c("findFn", "data.frame")
An object of class
c('findFn', 'data.frame')
with a
"PackageSummary"
attribute.
Spencer Graves
findFn
sort
order
tstdf <- data.frame(Package=letters[c(1,1,2)],
Function=c('a1', 'a2', 'b3'), Score=2:4,
Date=11:13, Description=c('D1', 'D2', 'D3'),
Link=c('L1', 'L2', 'L3'), stringsAsFactors=FALSE)
rss <- sortFindFn(tstdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.