Skip to content

Commit

Permalink
Note that leading-numeral tab titles will errorin vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-dray committed Mar 27, 2024
1 parent c65b223 commit bf9864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/a11ytables.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ my_a11ytable <-
)
```

The function will return errors or warnings if anything is missing or seems odd. For example, we were warned that a value we supplied to `tab_title` had to be cleaned from 'Table 1' to 'Table_1', since blank spaces are not allowed in tab names.
The function will return errors or warnings if anything is missing or seems odd. For example, we were warned that a value we supplied to `tab_title` had to be cleaned from 'Table 1' to 'Table_1', since blank spaces are not allowed in tab names. Note that there will be an error if there are any tab titles that start with a numeral.

Here's a preview of the object that was created:

Expand Down

0 comments on commit bf9864d

Please sign in to comment.