Coder Social home page Coder Social logo

Comments (1)

ClaudioZandonella avatar ClaudioZandonella commented on August 13, 2024

Hi @smithjd,

Great idea! We introduced the force argument to allow users to skip confirm checks about overwriting documents.

There are two main cases in which users' input is requested:

  • In update_file() to check whether the user really wants to replace the file in Google Drive
  • In download_file() to check whether the user really wants to download a file from Google Drive

By specifying force = TRUE, now it is possible to skip these checks.

However, there are two more cases in which users' input is requested:

  • In upload_output() (an internal function)to check whether user wants to transform HTML output to PDF output. By specifying force = TRUE, the HTML output is automatically uploaded without asking the user whether to transform it to PDF.
  • In get_path_dribble() (an internal function) to check whether the user wants to create a folder in Google Drive if the specified folder is not available. In this case, by specifying force = TRUE, the user is still required to confirm. This is because most of the time if the folder is not found in GoogleDrive is due to some typo in the directory path.

Currently, the new trackdown version (v1.2.0) is available only on Github. You can install it by

remotes::install_github("ClaudioZandonella/trackdown")

We are really happy you find the package useful ❤️ and thank you for your suggestion👍!

from trackdown.

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.