search for: age_num

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

Did you mean: page_num
2009 Jan 30
2
Subsetting without partial matches
...[[bind]]$sighting_number <<- c(animals[[ind, exact=TRUE]]$sighting_number, r[["sighting_number"]]) animals[[bind]]$date<<- c(animals[[ind, exact=TRUE]]$date, r[["date"]]) animals[[bind]]$age <<- c(animals[[ind, exact=TRUE]]$age, r[["age_num"]]) }) ---------------------------------------------------------------------- The problem is partial matching. When it gives the wrong answer, it gives partial match warnings. Adding "exact=TRUE" to the left, the way that I added it to the right, simply produces an argument err...