get.portion.Rd 466 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/stats.R
  3. \name{get.portion}
  4. \alias{get.portion}
  5. \title{Construct a string to report count and portion that match comma separated string list}
  6. \usage{
  7. get.portion(v, val)
  8. }
  9. \arguments{
  10. \item{v}{a vector of values}
  11. \item{val}{comma separated list of values}
  12. }
  13. \value{
  14. a combined string
  15. }
  16. \description{
  17. Construct a string to report count and portion that match comma separated string list
  18. }