Skip to content

Commit

Permalink
Fix metadata (resolves Issues irods#22 and irods#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jun 1, 2023
1 parent 8d7093a commit b93cf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ imeta <- function(
# define entity type
entity_type <- match.arg(entity_type)

# check for class `dataframe` and turn into list of lists
# check for class `dataframe` and turn into list of lists
if (inherits(operations, "data.frame")) {
operations <- apply(operations, 1, as.list)
}
Expand Down
1 change: 1 addition & 0 deletions inst/irods_demo
Submodule irods_demo added at 28b162

0 comments on commit b93cf42

Please sign in to comment.