DropSyntheaTables.RdThis function drops all Synthea tables.
DropSyntheaTables(connectionDetails, syntheaSchema)An R object of typeconnectionDetails created using the
function createConnectionDetails in the
DatabaseConnector package.
The name of the database schema that contains the Synthea instance. Requires read and write permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'synthea_instance.dbo'.