Code Monkey home page Code Monkey logo

Comments (4)

datapumpernickel avatar datapumpernickel commented on June 3, 2024

This is sort of done, but we still need a function to update the reference tables for each session.

i am not sure, whether this should be a stand-alone function, like

  1. ct_update_ref_tables() - In this case, all reference tables would be updated, if there has been changes.

or

  1. whether it should be a parameter in ct_get_data(...,update_ref_tables = T), which would be False by default to not have unnecessary requests, but could be set to true. Then in the background, the function would only update the reference tables that it actually needs (e.g. HS, instead of downloaded all different classification schemes)

Currently I tend towards 2.

from comtradr.

datapumpernickel avatar datapumpernickel commented on June 3, 2024

Is now solved for now with commit 2f50898

from comtradr.

datapumpernickel avatar datapumpernickel commented on June 3, 2024

Should now add an option that remembers if in the current session the reference table modification was already checked, so that it only checks the reference tables once per session when update is set to TRUE.

from comtradr.

datapumpernickel avatar datapumpernickel commented on June 3, 2024

This is now fully implemented with 3b47b29

Not very elegant and very bulky, but it works.

from comtradr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.