Skip to content

Commit

Permalink
add created datatime
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Jan 28, 2025
1 parent 990499d commit 5b98873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/get_cubes/download_cubes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ metadata_list <- occ_download_meta(cube)
metadata <- data.frame(
rank = rank,
doi = metadata_list$doi
doi = metadata_list$doi,
created = metadata_list$created
)
metadata <- metadata %>%
Expand Down

0 comments on commit 5b98873

Please sign in to comment.