This page looks best with JavaScript enabled

R Syntax highlighting cap 02

Subtitulo

 ·   ·  ☕ 1 min read  ·  🎅 Helio

Code Syntax Highlighting

Verify the following code blocks render as code blocks and highlight properly.

More about tuning syntax highlighting is the Hugo documentation.

R

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19

library(readr)
library(mosaic)
library(FSA)
library("ggplot2")
library(readxl)
library(knitr)
library(doBy)
library(agricolae)

options(scipen=999, digits = 0)

mydata <- read_excel("./data/2016-Solanum-01-11_Isolates(Germplasms).xlsx")

## getwd()


## Load all the libraries needed and the data

Share on
Support the author with

García-Mendívil, Helio A.
WRITTEN BY
Helio
Doctor en Tecnología Agroalimentaria y Biotecnología.

What's on this Page