This source can be used for cdm_reference objects that should allow reading
existing CDM tables, but should not allow creating, computing, inserting,
reading from, or dropping source tables.
Examples
# \donttest{
library(omopgenerics)
newReadOnlySource()
#> This is a read_only cdm source
# }