get_slot_info | R Documentation |
Retrieve slot details in rd-format
get_slot_info(class_name = "technology", slot_name = "ceff", col_names = TRUE)
class_name |
character, name of class. |
slot_name |
character, name of slot to retrieve. |
col_names |
logical, if columns information should be returned for data.frame slots. |
character, roxygen2 formatted string with slot details.
slotNames("technology")
get_slot_info("technology", "input") |> cat()
get_slot_info("technology", "capacity") |> cat()
get_slot_info("demand", "dem") |> cat()
get_slot_info("commodity", "agg") |> cat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.