Closed Bisaloo closed 8 months ago
Default tags are documented here:
https://epiverse-trace.github.io/linelist/reference/make_linelist.html#details
PR#111 solves the duplication between tag_defaults()
and tags_types()
revealed by this issue. This refactoring is a good preparation step for the major refactoring and generalization in linelist 2.0.0.
Tags provided by default in linelist currently don't include any explanation of their meaning. You can get a list of tags, or their allowed class, but that's it.
Created on 2023-06-20 with reprex v2.0.2
This change should probably be done by creating a csv file containing the following columns:
The
tag_names()
,tag_types()
andtag_defaults()
functions should then be updated to read from this file.