diff --git a/vignettes/col_counts.Rmd b/vignettes/col_counts.Rmd index d8a55a861..d53c1f8ad 100644 --- a/vignettes/col_counts.Rmd +++ b/vignettes/col_counts.Rmd @@ -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. # 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: @@ -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 -``` \ No newline at end of file +```