Auto compute my age in about
This commit is contained in:
parent
c0807fdb56
commit
2c4a9c114c
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: "About"
|
||||
title: "About me"
|
||||
|
||||
---
|
||||
|
||||
```{r}
|
||||
|
||||
#| echo: false
|
||||
age <- as.numeric(floor(difftime(as.Date(Sys.Date()), as.Date.character("2000-01-01"), units = "weeks") / 52.25))
|
||||
```
|
||||
|
||||
I'm a `r as.numeric(floor(difftime(as.Date(Sys.Date()), as.Date.character("2000-01-01"),units = "weeks")/52.25))` years old PhD student in Applied Mathematics at MIA Paris-Saclay.
|
||||
I'm a `r age` years old PhD student in Applied Mathematics at MIA Paris-Saclay.
|
||||
Loading…
Add table
Reference in a new issue