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"
The current implementation of
audit()ignores the argumenttables, which can be used to execute the audit for a set of tables within a project, similarly withresources. The following call:returns the same as
The expected output is for the former to return an audit report that contains only
tablesand not all the assets associated toproject = "CNSIM"