Retrieve some valid DataStore reference IDs
example_ref_ids.Rd
For example and testing purposes. See ?NPSdatastore::public_refs and ?NPSdatastore::internal_refs
for more information.
Usage
example_ref_ids(visibility = c("public", "internal", "both"), n, seed)
Arguments
- visibility
Return public-facing IDs, internal-facing IDs, or a mix of both?
- n
Optional. Number of IDs to return. Will randomly sample
n
IDs. Ifvisibility == 'both'
, there is no guarantee that the sample ofn
IDs will return both public and internal-facing IDs. There are 48 public-facing IDs and 45 internal-facing.- seed
Optional. Set this if you need your sample of IDs to come back the same every time.