kaitlyngaynor / gorongosa-shiny

Code for Gorongosa Camera Trap Shiny App
https://kaitlyngaynor.shinyapps.io/gorongosa-shiny/
Apache License 2.0
2 stars 0 forks source link

Activity plots not working with reactive object #16

Closed kaitlyngaynor closed 4 years ago

kaitlyngaynor commented 4 years ago

https://github.com/kaitlyngaynor/gorongosa-camera-traps/blob/b1062c23ea4e2fca4e06b28d6be18ae119bdcc00/shiny-rai/app.R#L91

Issue with getting the reactive object to be a string of numbers; not plotting correctly in Shiny

kaitlyngaynor commented 4 years ago

Was a stupid mistake—I had forgotten that reactive objects get () after them!

So, species_suntime()$Time.Sun will get me what I'm looking for.