Skip to content
Discussion options

You must be logged in to vote

Your code is not valid:

  1. Code cells delimitation is wrong as you have backticks on the same line as brackets, see https://quarto.org/docs/authoring/markdown-basics.html#source-code.
  2. Your are using Rmkarkdown option instead of Quarto options, see https://quarto.org/docs/reference/cells/cells-knitr.html.
  3. You have included a level one header in your tabset div, see https://quarto.org/docs/output-formats/html-basics.html#tabsets.
  4. And your code is not reproducible so we can't use it. We don't have your data, see https://quarto.org/bug-reports.html#small-is-beautiful-aim-for-a-single-document-with-10-lines.
---
format: html
---

Below are tables of the first six rows of the Palmer penguins dat…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Sidy2015
Comment options

@harrelfe
Comment options

Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment