Displaying 4 results from an estimated 4 matches for "dataloc".
Did you mean:
datalo
2016 Apr 30
2
R bindings for Xapian: API modifications
...c(?Title?,?S?)
>> f2<- c(?Description?,?XD?)
>> fields<- list(f1,f2)
>> idField <-c(0)
>> xapian_index(?path/to/database?,?location/of/data.csv?, idField=c(0),
indexFields=fields,stemmer=?en?)
For indexing multiple data frames of similar format:
>> dataLoc <-c(?path1?,?path2?,?path3?, ?)
>> for(dataSource in dataLoc){
xapian_index(?path/to/database?,dataSource, idField=c(0),
indexFields=fields,stemmer=?en?)
}
Best regards,
Amanda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://l...
2011 May 24
2
plotting single variables common to multiple data frames
.... I'm having trouble
figure out how to do this.
I've loaded them all up using this
time=Sys.time()
t1<- as.numeric(format.Date(time, "%Y%m%d"))
#date range of data to load
paluiso= c(); yy = c();
t1=t1-1
t0<-t1-7
x = t0:t1
for (i in seq( length(x) ) ) {
y=load(paste(datalocation,x[i],".RData", sep=""))
e3<- new.env()
yy[[i]]<- get('isot', e3)
}
but I don't know how to grab single variables from these data frames and
plot them.
Any help is appreciated!
M
2010 Jan 28
0
RMySQL install
...hive="HLM", maxdepth=2)
I get the following info:
-------------------------------------------------------------------------------------------------------------
$`MySQL Connector/ODBC 5.1`
$`MySQL Connector/ODBC 5.1`$Version
[1] "5.1.6"
$`MySQL Server 5.1`
$`MySQL Server 5.1`$DataLocation
[1] "C:\\Documents and Settings\\All Users\\Application Data\\MySQL\\MySQL Server 5.1\\"
$`MySQL Server 5.1`$FoundExistingDataDir
[1] "0"
$`MySQL Server 5.1`$Location
[1] "C:\\Program Files\\MySQL\\MySQL Server 5.1\\"
$`MySQL Server 5.1`$Version
[1] "5.1.4...
2010 Feb 19
1
Update RMySQL and ... it's no more running
...Tools for 5.0\\"
$`MySQL Migration Toolkit 1.1`$Version
[1] "5.0.17"
$`MySQL Query Browser 1.2`
$`MySQL Query Browser 1.2`$Location
[1] "C:\\MySQL\\MySQL Tools for 5.0\\"
$`MySQL Query Browser 1.2`$Version
[1] "5.0.17"
$`MySQL Server 5.1`
$`MySQL Server 5.1`$DataLocation
[1] "C:\\MySQL\\MySQL Server 5.1\\"
$`MySQL Server 5.1`$FoundExistingDataDir
[1] "0"
$`MySQL Server 5.1`$Location
[1] "C:\\MySQL\\MySQL Server 5.1\\"
$`MySQL Server 5.1`$Version
[1] "5.1.44"
$`MySQL Tools for 5.0`
$`MySQL Tools for 5.0`$Location
[1]...