Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
extracting information from txt file
Taimur Sajid
·
Oct 31, 2012
·
r-help
This worked for the example you provided. Assumes the header count is the only numeric value on the 5th line. epa_extract <- function(address){ doc <- readLines(address, n = 5)[5] head_count <- as.numeric(gsub("\\D", "", doc)) read.table(address...
Hmisc::pstamp, mfcol, and spacing
Taimur Sajid
·
Apr 30, 2012
·
r-help
You could try legend("bottomright", legend = Sys.time()) to get the timestamp in the right place (or alternatively, using text()). The documentation for pstamp mentions that it has a problem under Windows when mfrow is used. The mar argument allows...
Can't find what you're looking for? Try searching with Google .