Devlive 开源社区 本次搜索耗时 0.756 秒,为您找到 125 个相关结果.
  • MATCH

    2006 2024-06-24 《Apache AGE 0.6.0》
    Basic vertex finding Get all Vertices Get all vertices with a label Related Vertices Match with labels Edge basics Outgoing Edges Directed Edges and variable Match on edge l...
  • List

    1959 2024-06-05 《Ramda 0.28.0》
    all any append concat drop zipWith zip xprod uniq filter find flatten head indexOf join lastIndexOf map nth pluck prepend range reduce reduceRight reject re...
  • 2.3 What can we change to change the results?

    1912 2024-05-09 《R Markdown Cookbook》
    Let’s summarize what we have seen so far and preview what is to come. Rendering R Markdown documents with rmarkdown consists of converting .Rmd to .md with knitr , and then .m...
  • Function

    1908 2024-06-02 《Ramda 0.21.0》
    always comparator compose construct curry useWith flip groupBy identity invoker nAry once pipe tap binary unary ap empty of constructN converge curryN __ bin...
  • 4.15 Create diagrams

    1869 2024-05-23 《R Markdown Cookbook》
    Basic diagrams Adding parameters to plots References There are many separate programs (e.g., Graphviz) that can be used to produce diagrams and flowcharts, but it can be easier...
  • 9.1 LaTeX or HTML output

    1819 2024-05-24 《R Markdown Cookbook》
    LaTeX and HTML are two commonly used output formats. The function knitr::is_latex_output() tells you if the output format is LaTeX (including Pandoc output formats latex and bea...
  • 5.1 Font color

    1809 2024-05-23 《R Markdown Cookbook》
    Using an R function to write raw HTML or LaTeX code Using a Pandoc Lua filter (*) The Markdown syntax has no built-in method for changing text colors. We can use HTML and LaTeX ...
  • Chain

    1807 2024-06-14 《Lodash 3.10.1》
    _(value) Arguments Returns Example _.chain(value) Arguments Returns Example _.tap(value, interceptor, [thisArg]) Arguments Returns Example _.thru(value, interceptor, [t...
  • Post-commit Callback

    1806 2024-06-30 《Apache Hudi 0.15.0》
    HTTP Endpoints Kafka Endpoints Pulsar Endpoints Bring your own implementation Apache Hudi provides the ability to post a callback notification about a write commit. This may b...
  • SQL UDF

    Description UDF API UDF Implements Example Example Changelog new version UDF of SQL transform plugin Description Use UDF SPI to extends the SQL transform functions lib....