Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edits to "Complete Traits" datasets #794

Merged
merged 2 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion data/Wenk_2022/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ dataset:
woodiness_to_use = stringr::str_replace(
woodiness_to_use, "soft_woody", "semi_woody"),
woodiness_to_use = stringr::str_replace(
woodiness_to_use, "woody_stemmed_monocot", "woody_like_stem")
woodiness_to_use, "woody_stemmed_monocot", "woody_like_stem"),
measurement_remarks = paste0(reference_category, ": ", references)
)
'
collection_date: unknown/2022
taxon_name: taxon_name
measurement_remarks: measurement_remarks
description: A curated collection of plant growth form values that includes nearly
all species in the Australian Plant Census (APC). Dataset is compiled from a combination
of data extracted from state and national online floras, supplemented by the taxonomic
Expand Down
10 changes: 9 additions & 1 deletion data/Wenk_2023/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@ contributors:
dataset_curators: Elizabeth Wenk
dataset:
data_is_long_format: no
custom_R_code: .na
custom_R_code: '
data %>%
mutate(
measurement_remarks = paste0(source, ": ", citation),
life_history_scored = stringr::str_replace_all(life_history_scored, "\\(", "") ,
life_history_scored = stringr::str_replace_all(life_history_scored, "\\)", "")
)
'
collection_date: unknown/2022
taxon_name: taxon_name
measurement_remarks: measurement_remarks
description: A curated collection of life history values that includes nearly all
species in the Australian Plant Census (APC).
basis_of_record: literature field
Expand Down
Loading