processGetQuery: processGetQuery

View source: R/r4moves.R

processGetQueryR Documentation

processGetQuery

Description

processGetQuery

Usage

processGetQuery(dbconn, query, get_query_string = FALSE)

Arguments

dbconn

MySQL db connection

query

string with they MySQL Query

get_query_string

TRUE/FALSE if TRUE the query string is returned instead of the results, defaults to FALSE

Value

Either a dataframe with the result from dbSendQuery() or FALSE

Examples

processGetQuery(dbconn, "select * from movesrun")
processGetQuery(dbconn, "select * from movesrun", TRUE)

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