From d396dd527cc18efbd8f43706309cdc1864ebb9fb Mon Sep 17 00:00:00 2001 From: Bruce Durling Date: Tue, 24 Oct 2023 09:50:07 +0100 Subject: [PATCH] Fix doc tyop in separate-column index.Rmd :drop-column? isn't plural in separate. The examples were right but the text was wrong --- docs/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.Rmd b/docs/index.Rmd index baf7286..3de5760 100644 --- a/docs/index.Rmd +++ b/docs/index.Rmd @@ -2434,7 +2434,7 @@ Column can be also separated into several other columns using string as separato - regex - or custom function (default: identity) * options - - `:drop-columns?` - whether drop source column(s) or not (default: `true`). Set to `:all` to keep only separation result. + - `:drop-column?` - whether drop source column(s) or not (default: `true`). Set to `:all` to keep only separation result. - `:missing-subst` - values which should be treated as missing, can be set, sequence, value or function (default: `""`) Custom function (as separator) should return seqence of values for given value or a sequence of map.