summarise_site
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | summarise_extract(
con = sidora.core::get_pandora_connection(),
entity_id = "FUT001.A01",
cache_dir = "~/.sidora"
)
summarise_individual(
con = sidora.core::get_pandora_connection(),
entity_id = "FUT001",
cache_dir = "~/.sidora"
)
summarise_library(
con = sidora.core::get_pandora_connection(),
entity_id = "FUT001.A0101",
cache_dir = "~/.sidora"
)
summarise_sample(
con = sidora.core::get_pandora_connection(),
entity_id = "FUT001.A",
cache_dir = "~/.sidora"
)
summarise_site(
con = sidora.core::get_pandora_connection(),
entity_id = "Futuna",
cache_dir = "~/.sidora"
)
|
con |
test |
entity_id |
test |
cache_dir |
test |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.