Code based on ggsoccer
ggrugby provides functions for plotting rugby events in {ggplot2}
# install.packages("remotes")
remotes::install_github("javiereliomedina/ggrugby")
library(ggplot2)
library(ggrugby)
ggplot() +
rugby_pitch() +
theme_void()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.