From c6fadb859b30fa22824f1fa7740053e9c0aa213c Mon Sep 17 00:00:00 2001 From: Sebastian Carl Date: Tue, 13 Aug 2024 16:17:10 +0200 Subject: [PATCH] Catch "LAR" in team abbreviations --- DESCRIPTION | 2 +- R/helper_additional_functions.R | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b6b486ea..fb560082 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: nflfastR Title: Functions to Efficiently Access NFL Play by Play Data -Version: 4.6.1.9012 +Version: 4.6.1.9013 Authors@R: c(person(given = "Sebastian", family = "Carl", diff --git a/R/helper_additional_functions.R b/R/helper_additional_functions.R index 6ef584d6..d14b2bec 100644 --- a/R/helper_additional_functions.R +++ b/R/helper_additional_functions.R @@ -316,6 +316,7 @@ team_name_fn <- function(var) { "JAC" = "JAX", "STL" = "LA", "SL" = "LA", + "LAR" = "LA", "ARZ" = "ARI", "BLT" = "BAL", "CLV" = "CLE",