Learn R Programming

fundManageR (version 0.5.0110)

get_data_promote_structure: Parse Vector of Promotes into a data frame

Description

Parse Vector of Promotes into a data frame

Usage

get_data_promote_structure(promote_structures = c("20 over a 12", "30 / 18", "40 over a 10x"), return_wide = F)

Arguments

promote_structures
A vector of promote structures
return_wide

Examples

Run this code
get_data_promote_structure(promote_structures = c("20 over a 12", '30 / 18', "40 over a 10x"), return_wide = T)

Run the code above in your browser using DataLab