| 12345678910111213141516171819 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/stats.R
- \name{get.portion}
- \alias{get.portion}
- \title{Construct a string to report count and portion that match comma separated string list}
- \usage{
- get.portion(v, val)
- }
- \arguments{
- \item{v}{a vector of values}
- \item{val}{comma separated list of values}
- }
- \value{
- a combined string
- }
- \description{
- Construct a string to report count and portion that match comma separated string list
- }
|