Skip to contents

Creates a 1-row campaign tibble with test data. Inherits column structure from initialise_campaign_tibble().

Usage

example_campaign_tibble()

Value

A tibble with 1 row of dummy campaign data

Examples

example_campaign_tibble()
#> # A tibble: 1 × 8
#>   CAMPAIGN_NAME_SHORT CAMPAIGN_NAME        CAMPAIGN_START_DATE CAMPAIGN_END_DATE
#>   <chr>               <chr>                <date>              <date>           
#> 1 TestCamp2023        Test Campaign 2023:… 2023-01-15          2023-06-30       
#> # ℹ 4 more variables: ORGANISATION <chr>, ENTERED_BY <chr>,
#> #   ENTERED_DATE <date>, CAMPAIGN_COMMENT <chr>