137 new function folder to drive#139
Open
SanderDevisscher wants to merge 16 commits into
Open
Conversation
19 tasks
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 25 26 +1
Lines 1163 1216 +53
=====================================
- Misses 1163 1216 +53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new utility for uploading folders to Google Drive, along with comprehensive documentation and integration into related download functions. The main change is the introduction of the
folder_to_drivefunction, which provides flexible options for zipping, filtering, and cleaning up files during upload. Documentation and references for this new function have been added throughout the package to ensure discoverability and usability.New Google Drive upload functionality:
folder_to_drivefunction inR/folder_to_drive.R, allowing users to upload folders to Google Drive with options for zipping, filetype filtering, recursive inclusion, and post-upload cleanup.folder_to_drivein theNAMESPACEfile for package-wide availability.Documentation updates:
man/folder_to_drive.Rdwith detailed usage instructions, parameter descriptions, examples, and cross-references to related functions.folder_to_driveto the "Other download" sections in the documentation for related functions:download_dep_media,download_gdrive_if_missing,download_seq_media,get_last_modified_zip, andunzip_last_modified_zip. [1] [2] [3] [4] [5]