powered by
Sets the path to the database file. This function must be run to allow operation of other functions which require saving to a database
SetDbPath(db_path = "nhl.sqlite", example = FALSE)
Character, contains the system path to the db file
boolean, set to FALSE by default, if TRUE it will copy the example db file and set the path pointing to it
Character, contains the path to the database.
# NOT RUN { SetDbPath(example = TRUE) # }
Run the code above in your browser using DataLab