You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion @tanho63! I will most likely implement this. However, it can take a few days because I think this is also a solution for another problem I was thinking about.
The code from here: https://github.com/mrcaseb/nflfastR/blob/master/R/helper_database_functions.R#L119:L123 removes the table (I think so that it's more efficient to send whole tables of data) - it unfortunately also removes any column types and indexes, which was giving me trouble yesterday since it was specifying odd column types.
I believe replacing
with
would resolve the issue - this only removes rows and not the actual table/indexes/columntypes.
The text was updated successfully, but these errors were encountered: