Users may add custom functions to AGE. When using Cypher functions, all function calls with a Cypher query use the default namespace of: ag_catalog . However if a user wants to us...
Description Options fields [config] common options [string] Example Changelog new version Copy transform plugin Description Copy a field to a new field. Options n...
Extending Builders Metric Reporting Event Reporting Other Reporters The two best entry points for implementing custom reporters are RecursiveScheduledMetricReporter and Event...
When you share an HTML output page with others, they may want the Rmd source file, too. For example, they may want to change the Rmd source and compile the report by themselves. Y...
If you do not want certain section headings to be included in the table of contents, you can add two classes to the heading: unlisted and unnumbered . For example: # Section hea...
Introduction IntelliJ Integration Eclipse Integration Lombok Introduction This document is for users who want to import the Gobblin code base into an IDE and directly modify...
The basic R session information when compiling this book is as follows: xfun :: session_info ( c ( 'bookdown' , 'knitr' , 'rmarkdown' , 'xfun' ), dependencies = F...
When you want to extract all R code from an R Markdown document, you can call the function knitr::purl() . Below is a simple Rmd example with the filename purl.Rmd : --- title ...
Event Store with Docker 1. Prerequisites 2. Deploy 2.1 Pull Images 2.2 Run Docker Event Store with Docker 1. Prerequisites 64-bit OS, we recommend Linux/Unix. 4GB+ availab...
To generate a Word document from R Markdown, you can use the output format word_document . If you want to include cross-references in the document, you may consider the output for...