Your Building Block Title (50-70 characters + most important keyword must be in the title atleast once)

3 mins

tutorialtitle: "Your Building Block Title (50-70 characters + most important keyword must be in the title atleast once)" type: "your-building-block-title (spaces replaced with - and no capitals)" title: "Your building block title (50-70 characters)" 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: # indexexclude: "true" 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 why this is a best practice. Explain the goal of this step and how it connected to the previous ones. Optionally, if you have assigned a task in the previous chapter, provide the solution at the beginning of this one.

The task

Explain the solution step by step. If there's code involved, explain small snippets first and add more to build the final code, which you can display at the end of the chapter.

Step 1

Step 1.1

Use subheaders if needed.

Code


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

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

Next steps

Explain briefly how to bring this to the next level, provide useful resources, and announce what will come in the following chapter.

Tip

This is a tip.

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

Warning

And this is a warning.

(Optional) Knowledge check

Challenge your audience with a small test, quiz or task. You can provide the (written or video) answer in the next chapter.

Summary

Lastly, consider including a brief summary to wrap up your article.

Contributed by Your Name