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

Figura con historial de incendios #3

Open
jrfep opened this issue Oct 9, 2022 · 0 comments
Open

Figura con historial de incendios #3

jrfep opened this issue Oct 9, 2022 · 0 comments

Comments

@jrfep
Copy link
Collaborator

jrfep commented Oct 9, 2022

Mostrar en una figura la relación de fechas de muestreos con fecha de incendios. Tengo este código para crear la tabla desde la base de datos

qry2 <- "select v.visit_id,v.visit_date,f.fire_date,v.visit_date-f.fire_date as days_since_fire from form.field_visit v left join form.fire_history f on f.visit_id=v.visit_id"
my.fire<- dbGetQuery(con, qry2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant