Closed joethorley closed 5 years ago
something like
rws_describe.character(x, column, description)
which is vectored and must be in table
rws_describe.data.frame(x) which requires columns Table and Column and Description and simply calls rws_describe.character
rws_describe.data.frame(x)
implemented rws_describe_sqlite_meta() just need to test
rws_describe_sqlite_meta()
done
something like
rws_describe.character(x, column, description)
which is vectored and must be in table
rws_describe.data.frame(x)
which requires columns Table and Column and Description and simply calls rws_describe.character