Skip to content

Commit

Permalink
Merge branch '135_higher_level_ns' of github.com:Roche/rtables into 1…
Browse files Browse the repository at this point in the history
…35_higher_level_ns
  • Loading branch information
Melkiades committed Jun 7, 2024
2 parents b6a70ba + 1f7c316 commit 1ff6da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/col_counts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Formats can differ as we have shown in the example above. We can change the form
colcount_format(tbl) <- "[N<=xx]" # Works only with the default format (last line)
colcount_visible(tbl, coldf$path[[1]]) <- TRUE
tbl
# Error in h(simpleError(msg, call)) :
# Error in h(simpleError(msg, call)) :
# error in evaluating the argument 'x' in selecting a method for function 'toString': Detected different colcount visibility among sibling facets (those arising from the same split_cols_by* layout instruction). This is not supported.

Check warning on line 60 in vignettes/col_counts.Rmd

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=vignettes/col_counts.Rmd,line=60,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 235 characters.
# Set count values to NA if you want a blank space to appear as the displayed count for particular facets.
# First disagreement occured at paths:
Expand Down Expand Up @@ -85,4 +85,4 @@ Finally, we can remove all column counts from a table with the following functio

```{r}
rm_all_colcounts(tbl) # returns the table without column counts
```
```

0 comments on commit 1ff6da5

Please sign in to comment.