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

feat: add open argument to upload_file() #54

Merged
merged 4 commits into from Feb 6, 2023

Conversation

maelle
Copy link
Contributor

@maelle maelle commented Jan 30, 2023

Fix #46

@@ -42,6 +42,8 @@
#' settings for rich_text. See “Rich Text” in details section.
#' @param force logical value indicating whether to skip confirm check by user
#' (default is \code{FALSE}).
#' @param open logical value indicating whether to open the created document
#' in a browser (default is \code{TRUE} in interactive sessions).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after #52 this should not use \code{

@ClaudioZandonella ClaudioZandonella changed the base branch from master to develop February 6, 2023 09:02
@ClaudioZandonella ClaudioZandonella merged commit f72eb79 into ClaudioZandonella:develop Feb 6, 2023
@ClaudioZandonella
Copy link
Owner

Dear @maelle,

Really cool feature I really like it!

I like in particular the trick of using rlang::is_interactive() to set the default...super clever solution🌟!

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

Successfully merging this pull request may close these issues.

Feature request: Open the document that was just created/updated
2 participants