Conversation
Install attempt2
matobler
reviewed
Feb 4, 2026
| #' @param manifest dataframe containing file data and predictions | ||
| #' @param export_dir directory to sort files into | ||
| #' @param unique_name column name indicating a unique file name for each row | ||
| #' @param unique_name column containing unique file names |
Collaborator
There was a problem hiding this comment.
is there a reason there is a default value for unique_name since this is a required parameters?
R/video_processing.R
Outdated
| #' } | ||
| extract_frames <- function(files, frames=5, fps=NULL, out_file=NULL, out_dir=NULL, | ||
| file_col="filepath", parallel=FALSE, num_workers=1){ | ||
| file_col="filepath", parallel=TRUE, num_workers=1){ |
Collaborator
There was a problem hiding this comment.
I don't think parallel=TRUE and num_workers=1 are a good default. If the user does not provide either of those two then paralell shold be FALSE, or is ther any advantage in spinning up a singel parallel worker?
examples/Workflow_animl.R
Outdated
| # Setup | ||
| #------------------------------------------------------------------------------- | ||
| library(animl) | ||
| #load_animl() |
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.
No description provided.