
Write measure-specific SDP observation structures
Source:R/observation-structures.R
write_sdp_observation_structures.RdWrites the paired canonical resources under metadata/structure/. Each
structure has one measure; dimensions define that measure's grain and
attributes qualify it. Supplying both row arguments as NULL is an explicit
no-op. Supplying only one is an error because the files are a pair.
Usage
write_sdp_observation_structures(
path,
structures = NULL,
components = NULL,
overwrite = FALSE
)