| lastPrft | R Documentation |
Shows a list of daily profit/loss with percentage and balance for the latest week or month.
lastPrft(period = "weekly", token)
period |
Shows a list of daily profit/loss for a week or month using |
token |
The token is string value obtain from user ID settings in the NOBITEX. If you are not registered on the website, please use the provided link. |
report_date |
Date index of the data frame. |
total_profit |
Total daily profit/loss value. |
total_profit_percentage |
Total daily profit/loss percentage. |
total_balance |
Total balance at the end of the day. |
## Not run:
tkn <- "CONTACT WITH AUTHOR"
lastPrft("monthly", token = tkn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.