Generate mocking functions for all tables in the given db schema

fb_generate(con, package_path = NULL, path = ".", schema_name = "public")

Arguments

con

DBI connection

package_path

(optional) path to package root in which to generate functions

path

(options) path to directory in which to generate functions. Will only apply if not using package_path argument

schema_name

name of the db schema

Value

list of named functions corresponding to the tables in the schema