7.2 Internal data

Unlike data/, where you use one .rda file per exported data object, you store all of your internal data objects together in the single file R/sysdata.rda.

So presumably, you’ll have to keep updating the usethis::use_data(... internal = TRUE) line of code if you want to add any more objects during package development.