On Sun, Dec 5, 2010 at 11:50 AM, Thomas Levine wrote:
> 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(de
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.'))
--
But what if I wan
2 matches
Mail list logo