Skip to contents

Returns a tibble of QGIS project templates shipped with the package. Pass the name to rfp_project_create() as the template argument.

Usage

rfp_project_templates()

Value

A tibble with columns name, description, and path.

Examples

rfp_project_templates()
#> # A tibble: 2 × 3
#>   name                 description                                         path 
#>   <chr>                <chr>                                               <chr>
#> 1 bcfishpass_mobile    Fish passage assessment workflow (bcfishpass cross… /hom…
#> 2 bcrestoration_mobile Restoration planning and monitoring workflow        /hom…