Devlive 开源社区 本次搜索耗时 3.459 秒,为您找到 351 个相关结果.
  • 6.1 Add LaTeX code to the preamble

    2341 2024-05-24 《R Markdown Cookbook》
    The general structure of a LaTeX document is like this: \documentclass { article } % preamble \begin { document } % body \end { document } That is, you declare the d...
  • 5.4 Control the size of plots/images

    2317 2024-05-24 《R Markdown Cookbook》
    The size of plots made in R can be controlled by the chunk option fig.width and fig.height (in inches). Equivalently, you can use the fig.dim option to specify the width and he...
  • Install Options

    Steps Next Step More Information In order to build up the cluster, the Cluster Install wizard prompts you for general information about how you want to set it up. You need to s...
  • 5.2 Indent text

    2295 2024-05-24 《R Markdown Cookbook》
    As mentioned in Section 4.12 , whitespaces are often meaningless in Markdown. Markdown will also ignore spaces used for indentation by default. However, we may want to keep the in...
  • Spark Configuration

    2292 2024-06-26 《Apache Amoro 0.6.1》
    Catalogs configuration Using Mixed-Format in a standalone catalog Using Mixed-Format in session catalog The high availability configuration Catalogs configuration Using Mixe...
  • Kafka Connect

    2291 2025-03-14 《Apache Iceberg 1.8.1》
    Kafka Connect Kafka Connect is a popular framework for moving data in and out of Kafka via connectors. There are many different connectors available, such as the S3 sink for writ...
  • Hive

    2252 2025-03-13 《Apache Iceberg 1.8.1》
    Hive Iceberg supports reading and writing Iceberg tables through Hive by using a StorageHandler . Feature support The following features matrix illustrates the support for diff...
  • 4.4 Unnumbered sections

    2212 2024-05-23 《R Markdown Cookbook》
    Most output formats support an option number_sections , which can be used to enable numbering sections if set to true , e.g., output : html_document : number_sections :...
  • 7.4 Scrollable code blocks (*)

    2202 2024-05-24 《R Markdown Cookbook》
    When you have large amounts of code and/or verbatim text output to display on an HTML page, it may be desirable to limit their heights. Otherwise the page may look overwhelmingly ...
  • 1 Installation

    2199 2024-05-06 《R Markdown Cookbook》
    To use R Markdown, you have to install R [@R-base] and the R package rmarkdown [@R-rmarkdown]. # install the rmarkdown package from CRAN in R install . packages ( 'rmarkdown' ...