Displaying 1 result from an estimated 1 matches for "deskchoice".
2010 Dec 05
1
Converting numbers into words
Example data
desk=data.frame(
deskchoice=c('mid','mid','left','bookdrop','mid','bookdrop')
)
--
I like doing stuff like the line below, especially when I'm using Sweave.
print(paste('Within the observation period,',nrow(desk),
'patrons approached the circulation desk.'...