search for: makedf

Displaying 1 result from an estimated 1 matches for "makedf".

Did you mean: maked
2010 Feb 12
1
Assign Name of Data Frame
...taset, and the function below is what I am developing. However, the "substitute(table)" on the left side of the assignment generates the error "Error in substitute(table) <<- sqlQuery(sears, sql.stmt) : could not find function "substitute<-". Thanks in advance MakeDF <- function(table) #------------------------------------------------------------ # Function makes dataframe from UNIX SAS datasets #------------------------------------------------------------ { st.time <- Sys.time() print(substitute(table)) sql.stmt <- paste("select * from swprod...