View source: R/star_database_export.R
as_multistar | R Documentation |
geomultistar::multistar
objectIn order to be able to use the query and integration functions with geographic
information offered by the geomultistar
package, we can obtain a multistar
object from a star database or a constellation.
as_multistar(db)
## S3 method for class 'star_database'
as_multistar(db)
db |
A |
A geomultistar::multistar
object.
star_database
Other star database exportation functions:
as_csv_files()
,
as_dm_class()
,
as_rdb()
,
as_single_tibble_list()
,
as_tibble_list()
,
as_xlsx_file()
,
draw_tables()
db1 <- star_database(mrs_cause_schema, ft_num) |>
snake_case()
ms1 <- db1 |>
as_multistar()
db2 <- star_database(mrs_age_schema, ft_age) |>
snake_case()
ct <- constellation("MRS", db1, db2)
ms <- ct |>
as_multistar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.