plot_all_seating_plans: Plot all seating plans

View source: R/plot_all_seating_plans.R

plot_all_seating_plansR Documentation

Plot all seating plans

Description

Plot all seating plans

Usage

plot_all_seating_plans(
  .data,
  font_family_table = "Times",
  font_family_guests = "Times"
)

Arguments

.data

Tibble.

font_family_table

Character.

font_family_guests

Character.

Value

patchwork object.

Examples

data(data_guests_table_example)
data_guests_table_example %>% 
 plot_all_seating_plans()

ThinkR-open/wedding documentation built on April 4, 2022, 5:11 a.m.