Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. install.packages("phenocamapi")
  2. library(phenocamapi)
  3. # Get the entire metadata table
  4. dt <- get_phenos()
  5. # Filter for anything that has LTAR and show columns site and group
  6. dt[group %like% 'LTAR', .(site, group)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement