plot_one_seating_plan: Plot the seating plan for a given table

View source: R/plot_one_seating_plan.R

plot_one_seating_planR Documentation

Plot the seating plan for a given table

Description

Plot the seating plan for a given table

Usage

plot_one_seating_plan(
  .data,
  id_table,
  font_family_table = "Times",
  font_family_guests = "Times"
)

Arguments

.data

Tibble.

id_table

Integer.

font_family_table

Character.

font_family_guests

Character.

Value

A ggplot2 object.

Examples

data(data_guests_table_example)
data_guests_table_example %>% 
  plot_one_seating_plan(id_table = 1)

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