From fc0a996314fc7115bf09713aea2be7d1c67c1251 Mon Sep 17 00:00:00 2001 From: werkstattcodes <9595585+werkstattcodes@users.noreply.github.com> Date: Sun, 20 Nov 2022 22:43:20 +0100 Subject: [PATCH] refer to used dataset (#1146) --- functions.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.qmd b/functions.qmd index 6ea376d..d2d9e6c 100644 --- a/functions.qmd +++ b/functions.qmd @@ -798,7 +798,7 @@ foo(cyl) ``` As with data frame functions, it can be useful to make your plotting functions tightly coupled to a specific dataset, or even a specific variable. -For example, the following function makes it particularly easy to interactively explore the conditional distribution `bill_length_mm` from palmerpenguins dataset. +For example, the following function makes it particularly easy to interactively explore the conditional distribution of `carats` from the diamonds dataset. ```{r} # https://twitter.com/yutannihilat_en/status/1574387230025875457