Displaying 1 result from an estimated 1 matches for "qrydataweekly_crosstab".
2009 Jan 26
2
R crashes when using the RODBC Package
...) {
# 1. Weekly 2. Monthly
if (i == 1) {
bWeekly <- TRUE
} else {
bWeekly <- FALSE
}
# Get Prices
if ( bWeekly ) {
tblName <- "qryDataWeekly_Crosstab"
} else {
tblName <- "qryDataMonthly_Crosstab"
}
prices <- sqlFetch(channel, tblName, colnames = FALSE, rownames
= TRUE)
# Get Weightings
sql <- "SELECT BbSecurity, Weighting FR...