Description Usage Arguments Value Examples
Reads generic CSV outputs from pooltool.io and transposes these into a format which can be read by Portfolio Performance.
Rewards are classified as "Delivery (Inbound)" (German: "Einlieferung") which is a category that is different from "buy" and "interest".
1 2 3 4 5 6 7 8 9 | parse_cardano(
data,
pp_security_name = "Cardano",
pp_lang = "DE",
securities_account = NULL,
filename = NULL,
dec = NULL,
sep = ";"
)
|
data |
character |
pp_security_name |
character |
pp_lang |
character |
securities_account |
character |
filename |
character |
dec |
character
|
sep |
character |
data.frame (Invisible)
1 2 3 | data("cardano")
parse_cardano(cardano, pp_lang = "DE")
parse_cardano(cardano, pp_lang = "EN")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.