View source: R/valuation_funs.R
get_amortization_2 | R Documentation |
Capitalize R&D investments two years back (Non-tech service, Ads, Banks, Restaurant, Retail Store etc.).
get_amortization_2(cash_flows, amortized)
amortized |
Boolean Calculate amortized R&D |
cashflows |
List of numbers R&D spending the last 2 years |
Number Amortized or unamortized portion of R&D
# List of cash flows # cash_flow <- list(current=123, y1=333, y2=444) # Calculate unamortized portion of R&D # unamortized_rnd <- get_amortization_2(cash_flows=cash_flow, amortized=FALSE) # Calculate amortized portion of R&D # amortized_rnd <- get_amortization_2(cash_flows=cash_flow, amortized=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.