search for: whatevver

Displaying 2 results from an estimated 2 matches for "whatevver".

Did you mean: whatever
2007 Feb 21
6
Problem with url_for and https - overrides all options
I have a piece of code like this in one of my views: <%=link_to "link here", :action=>''my_action'', :id=>1 %> It works fine on my local development machine, running Webrick over http and it works fine on my testing server which is running single mongrel instance behind Apache 1.3 as a proxy. On both the outcome link is this: <a
2013 Mar 21
0
"[[i]]$" <- "" indexing and lapply
...very much! The 2nd option worked perfectly. That was what I wanted. Now, I have another question. I am using the R packages dataRetrieval and EGRET from https://github.com/USGS-CIDA/WRTDS. I have 2 objects Daily and Sample that have the naming convention (Names = "21NC02WQ.C1000000" or whatevver the list of site names happens to be) that I need to have after running modelEstimation, but the names are stripped after running modelEstimation (see below). The new names after running modelEstimation for both Sample and Daily are the names of the columns rather than the site name. ## modelEsti...