Skip to content

Commit

Permalink
olish the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati committed Oct 16, 2024
1 parent 95d5a0d commit 9b652df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slide_r_elements_1.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Variables, Data types & Operators"
subtitle: "Elements of the R language"
author: "Marcin Kierczak"
author: "Marcin Kierczak & Nima Rafati"
keywords: bioinformatics, course, scilifelab, nbis, R
output:
xaringan::moon_reader:
Expand Down Expand Up @@ -210,7 +210,7 @@ class(x)
is.integer(x)
```

> We need **casting** because sometimes a function requires data of some type!
> We need **casting** because sometimes a function requires data of certain type!
---
name: casting2
Expand Down

0 comments on commit 9b652df

Please sign in to comment.