Skip to content

Commit

Permalink
Fix column name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Jul 26, 2024
1 parent 2910e71 commit 31fc790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/list_file_versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ list_file_versions <- function(path, pattern = NULL, ...)
get_file_versions <- function(file_info)
{
# Remove information on directories
file_info <- file_info[!kwb.utils::selectColumns(file_info, "is_dir"), ]
file_info <- file_info[!kwb.utils::selectColumns(file_info, "isdir"), ]

# Get version information for the remaining files
file_ids <- kwb.utils::selectColumns(file_info, "fileid")
Expand Down

0 comments on commit 31fc790

Please sign in to comment.