Skip to content

Commit 18b4b05

Browse files
committed
Adjustments for relabels
1 parent 8aa0f59 commit 18b4b05

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

vignettes/Tracking.Rmd

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ct <- trackingReport(
202202
)
203203
```
204204

205-
### Relabeling or Repositioning Categories or Responses
205+
### Relabeling Categories or Responses
206206

207207
There are a number of situations where your category names in a multiple response or categorical array question may be too long for reasonable presentation. Flipping grids is a good option, however, this may not be desirable or possible due to the number of waves or datasets that you are working with. For these cases, we offer the ability to relabel your responses or to reposition them.
208208

@@ -221,24 +221,3 @@ ct <- recontact_toplines(
221221
)
222222
```
223223

224-
#### Repositioning
225-
226-
Specify a list of variables that you either specify as "above" or "below" your frequency table. "above", places the column labels above the frequency table but below the question text (the crunch description) in a letter denominated bulleted list (A, B, C, ...) by default the column labels are equivalent to the letters. If you specify `col_labels` it will use this labels instead of letters. "below", places the listing below the frequency table.
227-
228-
```{r, eval = FALSE}
229-
# Relabel
230-
231-
ct <- recontact_toplines(
232-
...,
233-
reposition = list(
234-
alias_name = list(
235-
postiion="above",
236-
col_labels=c(...)),
237-
other_alias = list(
238-
position="below",
239-
col_labels = c(...)
240-
)
241-
)
242-
)
243-
244-
```

0 commit comments

Comments
 (0)