Summary: | IMPLEMENTD IN SVN: function to get labels from a dataframe. | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2010-05-05 07:11:42 UTC
Thanks for the suggestion. I guess it's reasonable to add something like that. However, we really need to start documenting those functions, before we add too much. Let's see what we can do for the next release. Here's a one-line version of your function: rk.get.labels <- function \(df\) sapply \(df, rk.get.label\) Thanks for reporting\! This is a generic message to let you know, that the requested feature is now implemented in the development version \( http://p.sf.net/rkward/svn \). Testing is always welcome, as are further comments on details of the implementation. This report will be closed, once the feature is available in an official release. Now implemented in the SVN version of RKWard as rk.list.labels\(\). See http://p.sf.net/rkward/svn . - **assigned_to**: nobody --> tfry - **summary**: Simple function to get labels from a dataframe. --> IMPLEMENTD IN SVN: function to get labels from a dataframe. Closing as the feature is officially released in 0.6.0. - **status**: open --> closed |