include latex table in rmarkdown











up vote
2
down vote

favorite












I try to include latex code (a table) into my Rmarkdown document. I need to use latex instead of other options because the table has to be in a certain format.



The problem I encounter is the following error:




! LaTeX Error: Environment threeparttable undefined.
Error: Failed to compile confounder_table.tex. See
confounder_table.log for more info. Execution halted




This is the table I include in the .Rmd document. I want to render it to pdf and/or docx and I use knitr for that (all in Rstudio). After working on that for 2 hours I hope that you can give me a hint how to solve this. It works for docx and html but not for the pdf format.



This is table code:



begin{table}[tbp]
begin{center}
begin{threeparttable}
caption{Descriptive statistics included in the present study.}
begin{tabular}{ll}
toprule
cyl & multicolumn{1}{c}{Some columnname}\
midrule
4.00 & 26.66 ± 4.51\
6.00 & 19.74 ± 1.45\
8.00 & 15.1 ± 2.56\
bottomrule
addlinespace
end{tabular}
begin{tablenotes}[para]
textit{Note.} There were no signnificant differences in the means between the groups.
end{tablenotes}
end{threeparttable}
end{center}
end{table}









share|improve this question


























    up vote
    2
    down vote

    favorite












    I try to include latex code (a table) into my Rmarkdown document. I need to use latex instead of other options because the table has to be in a certain format.



    The problem I encounter is the following error:




    ! LaTeX Error: Environment threeparttable undefined.
    Error: Failed to compile confounder_table.tex. See
    confounder_table.log for more info. Execution halted




    This is the table I include in the .Rmd document. I want to render it to pdf and/or docx and I use knitr for that (all in Rstudio). After working on that for 2 hours I hope that you can give me a hint how to solve this. It works for docx and html but not for the pdf format.



    This is table code:



    begin{table}[tbp]
    begin{center}
    begin{threeparttable}
    caption{Descriptive statistics included in the present study.}
    begin{tabular}{ll}
    toprule
    cyl & multicolumn{1}{c}{Some columnname}\
    midrule
    4.00 & 26.66 ± 4.51\
    6.00 & 19.74 ± 1.45\
    8.00 & 15.1 ± 2.56\
    bottomrule
    addlinespace
    end{tabular}
    begin{tablenotes}[para]
    textit{Note.} There were no signnificant differences in the means between the groups.
    end{tablenotes}
    end{threeparttable}
    end{center}
    end{table}









    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I try to include latex code (a table) into my Rmarkdown document. I need to use latex instead of other options because the table has to be in a certain format.



      The problem I encounter is the following error:




      ! LaTeX Error: Environment threeparttable undefined.
      Error: Failed to compile confounder_table.tex. See
      confounder_table.log for more info. Execution halted




      This is the table I include in the .Rmd document. I want to render it to pdf and/or docx and I use knitr for that (all in Rstudio). After working on that for 2 hours I hope that you can give me a hint how to solve this. It works for docx and html but not for the pdf format.



      This is table code:



      begin{table}[tbp]
      begin{center}
      begin{threeparttable}
      caption{Descriptive statistics included in the present study.}
      begin{tabular}{ll}
      toprule
      cyl & multicolumn{1}{c}{Some columnname}\
      midrule
      4.00 & 26.66 ± 4.51\
      6.00 & 19.74 ± 1.45\
      8.00 & 15.1 ± 2.56\
      bottomrule
      addlinespace
      end{tabular}
      begin{tablenotes}[para]
      textit{Note.} There were no signnificant differences in the means between the groups.
      end{tablenotes}
      end{threeparttable}
      end{center}
      end{table}









      share|improve this question













      I try to include latex code (a table) into my Rmarkdown document. I need to use latex instead of other options because the table has to be in a certain format.



      The problem I encounter is the following error:




      ! LaTeX Error: Environment threeparttable undefined.
      Error: Failed to compile confounder_table.tex. See
      confounder_table.log for more info. Execution halted




      This is the table I include in the .Rmd document. I want to render it to pdf and/or docx and I use knitr for that (all in Rstudio). After working on that for 2 hours I hope that you can give me a hint how to solve this. It works for docx and html but not for the pdf format.



      This is table code:



      begin{table}[tbp]
      begin{center}
      begin{threeparttable}
      caption{Descriptive statistics included in the present study.}
      begin{tabular}{ll}
      toprule
      cyl & multicolumn{1}{c}{Some columnname}\
      midrule
      4.00 & 26.66 ± 4.51\
      6.00 & 19.74 ± 1.45\
      8.00 & 15.1 ± 2.56\
      bottomrule
      addlinespace
      end{tabular}
      begin{tablenotes}[para]
      textit{Note.} There were no signnificant differences in the means between the groups.
      end{tablenotes}
      end{threeparttable}
      end{center}
      end{table}






      markdown threeparttable






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 5 at 9:39









      Jaynes01

      313




      313






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          I found the solution: I had to load a specific library for that with:



          library(kableExtra)





          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "85"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f430148%2finclude-latex-table-in-rmarkdown%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            I found the solution: I had to load a specific library for that with:



            library(kableExtra)





            share|improve this answer

























              up vote
              2
              down vote













              I found the solution: I had to load a specific library for that with:



              library(kableExtra)





              share|improve this answer























                up vote
                2
                down vote










                up vote
                2
                down vote









                I found the solution: I had to load a specific library for that with:



                library(kableExtra)





                share|improve this answer












                I found the solution: I had to load a specific library for that with:



                library(kableExtra)






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 5 at 9:42









                Jaynes01

                313




                313






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f430148%2finclude-latex-table-in-rmarkdown%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                    ComboBox Display Member on multiple fields

                    Is it possible to collect Nectar points via Trainline?