Skip to content

Commit

Permalink
add spolier for non-defalut tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Degoot-AM committed Aug 1, 2024
1 parent 44b6203 commit bdc1d1f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions episodes/clean-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,20 @@ linelist::validate_linelist(data,
)
```
If your dataset contains a `non-default` tag, set the argument
`allow_extra = TRUE` when creating the linelist object.
`allow_extra = TRUE` when creating the linelist object with its corresponding
datatype.



::::::::::::::::::::::::: spoiler

### Can we create {linelist} with `non-default` tags?

- How to add extra tags? with the `allow_extra = TRUE` argument?
- How to validate these extra tags? by defining their specific `tags_types()`?

:::::::::::::::::::::::::




Expand All @@ -385,7 +398,8 @@ This allows, the extraction of use tagged-only columns in downstream analysis.


:::::::::::::::::::::::::::::::::::: callout
- When I should use `{linelist}`?

### When I should use `{linelist}`?
- linelist is more appropriate for ongoing/long-lasting analysis than
historical/quick analysis. Check
[here](https://epiverse-trace.github.io/linelist/articles/linelist.html#should-i-use-linelist) for more information.

Check warning on line 405 in episodes/clean-data.Rmd

View workflow job for this annotation

GitHub Actions / Build markdown source files if valid

[uninformative link text]: [here](https://epiverse-trace.github.io/linelist/articles/linelist.html#should-i-use-linelist)
Expand Down

0 comments on commit bdc1d1f

Please sign in to comment.