Learn R Programming

fundManageR (version 0.5.0110)

calculate_valuation_post_money: Calculates range of post investment valuations

Description

Calculates range of post investment valuations

Usage

calculate_valuation_post_money(pre_money_valuation = "$45,000,000", percent_sold = "10%", return_wide = T)

Arguments

pre_money_valuation
Vector of of valuations in numeric or character
percent_sold
Vector of of amount of business sold in percent or character percent form
return_wide
Return data in wide or long form

Examples

Run this code
calculate_valuation_post_money(pre_money_valuation = "$45,000,000", percent_sold = "10%", return_wide = T)

Run the code above in your browser using DataLab