View source: R/valuation_funs.R
get_amortization_3 | R Documentation |
Capitalize R&D investments three years back (Retail tech service, Apparel, Entertainment, Food processing, Household products, Newspapers, Publishing etc.).
get_amortization_3(cash_flows, amortized)
amortized |
Boolean Calculate amortized R&D |
cashflows |
List of numbers R&D spending the last 3 years |
Number Amortized or unamortized portion of R&D
# List of cash flows # cash_flow <- list(current=123, y1=333, y2=444, y3=555) # Calculate unamortized portion of R&D # unamortized_rnd <- get_amortization_3(cash_flows=cash_flow, amortized=FALSE) # Calculate amortized portion of R&D # amortized_rnd <- get_amortization_3(cash_flows=cash_flow, amortized=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.