Skip to content

audit() ignores the argument tables #33

Description

@villegar

The current implementation of audit() ignores the argument tables, which can be used to execute the audit for a set of tables within a project, similarly with resources. The following call:

dsROCrate::audit(project = "CNSIM", tables = "CNSIM1", user = "dsuser")

returns the same as

dsROCrate::audit(project = "CNSIM", user = "dsuser")

The expected output is for the former to return an audit report that contains only tables and not all the assets associated to project = "CNSIM"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions