Seb Dalgarno
Seb Dalgarno
hi @rsbivand are you suggesting that a student could take this on? if yes, I might be interested. I have experience developing shiny apps, working with sf and contributing to...
sorry for the delay. Here's what I propose based on info above: - a very lightweight Shiny app (using Shiny, sf and mapview libraries) that allows the user to retrieve...
I am able to hack my way out of this problem by adding a valueRange to the y axis: ``` library(dygraphs) library(xts) date
OK great yes I think it would be a useful enhancement, but i do understand that these things can open up a can of worms!
I don't mind closing if it is not a priority
There is a legacy database (e.g. old Quesnel-exploit) that has a MetaData table in slightly different format. readwritesqlite will not read the metadata. Here is some code to update the...
there is a warning after running `rws_read_table` ``` Warning message: In result_fetch(res@ptr, n = n) : Column `age`: mixed type, first seen values of type integer, coercing other values of...
for extra context, the shiny app currently displays a single message if the wqbc::calc_limits returns an error or a data.frame with 0 rows. "There is insufficient data to calculate the...
related to https://github.com/bcgov/shinyrems/issues/74