This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I've noticed that multi=TRUE is not functional when used in gfile.
For example look at the following structure:
getfiles <- gfile(type = c("open"), filter=list("txt"=list(patterns=("*.txt"))), multi=TRUE)
Thanks, there is a typo. Try using "multiple" instead of "multi" for now or grab the latest from r-forge.
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I know that error is very common but I'm working to get my app iPhone 5 ready ! I preferred to use a new storyboard file for iPhone 5 .. but I'm stuck on that error could any one help me please ? here's my appdelegate.m
appdelegate.m(1)
appdelegate.m(2)
The problem solved .. there was a missing } at the end
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I have got a little problem. I have data which I want to map but the thing is that I dont have real location names just the short forms like: SANSAN210 OR miamia305 which I think is the the state and the county and the area code phone number. Does anyone how to convert this so I can map it on the us map?
All you need is the area code (or possibly the county-areacode intersection). There are area code maps as shapefiles. Use readShapePoly or readOGR and merge the two.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
I need to generate the numbers from 2 to 100 excluding the numbers (11,21,31,41 etc).
I know to do 2 to 100 is simply 2:100 but I am uncertain how I would go about excluding certain values.
Thanks for any help.
probably not too elegant but works.
c(1:100)[-seq(from=1, to=91, by=10)]
however, your question could have been improved ;)
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
What is the chance that the first five cards chosen from a deck of 52(bridge/poker) cards will contain Two(only two) cards of the same denomination(two 3's for example)?
How can we solve the following problem by resampling method in R
On Wikipedia, they have the formula for finding the probability for two alike cards, three of a kind, etc.. I'd use that formula.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 12 years ago.
I want to know this, I believe is C++ & Windows .. but what you know?
Don't know for sure, but having a look at :
http://stlab.adobe.com/
or
http://opensource.adobe.com/wiki/display/site/Home
might give you some hindsight about what kind of technologies Adobe may manipulate...
Another question around here may help you too :
Experiences with Adobe's "Adam and Eve" C++ GUI library?