View source: R/valuation_funs.R
get_working_cap | R Documentation |
Calculate working capital.
get_working_cap(inventory, accounts_receive, accounts_payable)
inventory |
Number Inventory |
accounts_receive |
Number Accounts receivable |
accounts_payable |
Number Accounts payable |
Tibble Working capital
# get_working_cap(inventory=40, account_receive=80, accounts_payable=40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.