From 661571bc2a11f18473d92f7f02da2c5f8bafae4d Mon Sep 17 00:00:00 2001 From: Koen Hufkens Date: Tue, 3 Oct 2023 21:24:02 +0200 Subject: [PATCH] f-ing mutate --- R/skytrackr.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/skytrackr.R b/R/skytrackr.R index 141e4bd..f49fbc9 100644 --- a/R/skytrackr.R +++ b/R/skytrackr.R @@ -239,7 +239,7 @@ message( # add equinox labels, two weeks # before and after equinoxes locations <- locations |> - mutate( + dplyr::mutate( equinox = ifelse(TRUE, NA,NA) )