Learn R Programming

profilr (version 0.1.0)

concat_rank_value_occurrence: Wrapper for concatenating rank, value, and number of occurrences.

Description

concat_rank_value_occurrence takes vectors representing rank, value, and number of occurrences and returns them in a concatenated string. This is just a wrapper around paste0().

Usage

concat_rank_value_occurrence(r, n, o)

Arguments

r
something.
n
something.
o
something.

Value

a vector.

Examples

Run this code
# Example
concat_rank_value_occurrence(1, "a", 100)

Run the code above in your browser using DataLab