copyMOVESDatabase: copyMOVESDatabase

View source: R/r4moves.R

copyMOVESDatabaseR Documentation

copyMOVESDatabase

Description

Copies an existing MOVES database to a new location.

Usage

copyMOVESDatabase(dbconn, db_from_name, db_to_name)

Arguments

dbconn

MySQL db connection

db_from_name

MySQL county database to be copied as string.

db_to_name

MySQL county database to be created as string.

Value

boolean if the database was successfully copied

Examples

copyMOVESDatabase(dbconn, countydb_name, new_countydb_name)

hlinak/R-for-MOVES documentation built on Jan. 31, 2023, 2:03 p.m.