Good day,
I am curious why the by function result has dimensions attached, even when it
returns a list.
result <- by(warpbreaks[, 1], warpbreaks[, -1], summary)
str(result)
List of 6
...
- attr(*, "dim")= int [1:2] 2 3
- attr(*, "dimnames")=List of 2
..$ wool : chr [1:2] "A" "B"
..$ te
On 14/09/2015 11:24 AM, Erich Subscriptions wrote:
I am converting an Rd file to html.
I am furthermore using the html file produced as input for producing a ch, file.
And the user experience could be improved it there were a way to embed names
like
into the html file produced.
Is there a way o
I am converting an Rd file to html.
I am furthermore using the html file produced as input for producing a ch, file.
And the user experience could be improved it there were a way to embed names
like
into the html file produced.
Is there a way of accomplishing this?
Erich Neuwirth
__