python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
kable colour row and column cells by position (not cell values)
Given:
library(kableExtra)
df <- iris[c(1:10), c(1:5)]
df
# Sepal.Length Sepal.Width Petal.Length Petal.Width Species
# 1 5.1 3.5 1.4 0.2 setosa
# 2 ...
user63230
Votes: 0
Answers: 0
RMarkdown is not referencing tables
Somehow my RMarkdown document is not crossreferencing tables or figures. Here is a stripped down version of my document.
---
title: "Test"
author: "Me"
date: "01/04/2022"...
spindoctor
Votes: 0
Answers: 1
Is it possible to increase the line spacing for captions to 1.5 with kable?
As the title suggests, i am having trouble trying to set the line spacing for my table captions to 1.5 with the kable package while knitting the document to PDF with RMarkdown.
As of now, my codes loo...
dajun wang
Votes: 0
Answers: 0
Adding a LaTeX reference label to a table in modelsummary
I'm trying to produce tables in R (not RMarkdown, as this question helps answer) with modelsummary and I'm having a tough time adding reference labels (e.g., tab:hello). As Vincent points out in this ...
Julian
Votes: 0
Answers: 1