Your building block title (50-70 characters + most important keyword must be in the title atleast once)

2 mins

title: "Your building block title (50-70 characters + most important keyword must be in the title atleast once)" description: "A brief description of this tutorial page (130–160 characters + most important keyword must be in the descripion atleast once)." keywords: "any, relevant, keywords, separated, by, commas, like, this" date: YYYY-MM-DD weight: # author: "Your Name" authorlink: "A link to your personal webpage" aliases: - /verb/noun - /do/this - /get/that - add as many as you want, but at least one


Overview

Provide a brief overview of the issue to solve, or describe why this is a best practice.

Add any special requirements or attach a dummy data set if needed.

Code


# some Python code here
print("Hello, world!")

# some R code here
cat('Hello, world!')

Examples

Provide examples to support the solution.

Example

This is an example. It will be formatted differently to grab the viewer's attention.

You can use third- or fourth-level headers like this one

Provide examples in different programming languages and/or operating systems.

Tip

This is a tip.

You can use special formatting options to highlight some paragraphs in your article.

Warning

And this is a warning.

Advanced use cases or "See also"

Illustrate advanced use cases and explain how to bring this to the next level.

Provide useful resources and link to "see also" articles.

Summary

Lastly, include a brief summary to wrap up your article.

Contributed by Your Name