Huxtable
Development community
Description
An R package to create styled tables in multiple output formats, with a friendly, modern interface.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
.huxtable {
border-collapse: collapse;
border: 0px;
margin-bottom: 2em;
margin-top: 2em;
}
.huxtable-cell {
vertical-align: top;
text-align: left;
white-space: normal;
border-style: solid;
border-width: 0pt;
padding: 6pt;
font-weight: normal;
}
.huxtable-header {
font-weight: bold;
}