With loc.source_notes(), we can target the source notes in the table. This is useful when applying custom with the tab_style() method. That method has a locations= argument and this class should be used there to perform the targeting. The ‘source_notes’ location is generated by tab_source_note().
A LocSourceNotes object, which is used for a locations= argument if specifying the source notes.
Examples
Let’s use a subset of the gtcars dataset in a new table. Add a source note (with tab_source_note() and style the source notes section inside tab_style() with locations=loc.source_notes().