tpemartin / 110-1-r4ds-main

MIT License
3 stars 73 forks source link

Exercise 4.7 Persian numbers #38

Open tpemartin opened 2 years ago

tpemartin commented 2 years ago

The following is 5 to 9 in Persian language:

c("۵", "۶", "۷", "۸", "۹")

How do you sum the following Persian numbers?

c('۶','۹','۸','۹','۶','۸','۸','۵','۹','۹')
raychiu135 commented 2 years ago

https://github.com/raychiu135/110-1-r4ds-main/blob/dc38df05e73266830828fbd98c07efafe2e8a9d0/exercise_4.7.rmd#L2

ken9277 commented 2 years ago

https://github.com/ken9277/110-1-r4ds-main/blob/34fffedb8a8dd9df76455a00b0e51b168a29c8cf/chapter4.1#L130

Vincent23412 commented 2 years ago

https://github.com/Vincent23412/110-1-r4ds-main/blob/bd83d77d595817955b932658bc688552edf029f2/20211127.Rmd#L36

AmyChen20021003 commented 2 years ago

https://github.com/AmyChen20021003/110-1-r4ds-main/blob/1125c867c08650ca16090d94a0a87fe2f9486696/chapter4excerxise.Rmd#L81

linttttt commented 2 years ago

https://github.com/linttttt/110-1-r4ds-main/blob/cf6f0ea5614ce0c75746a386199c8f9d0605c4a8/studyCH4(EX).Rmd#L24

32119811 commented 2 years ago

https://github.com/32119811/110-1-r4ds-main/blob/b6b8831433e24010fede89fca0d43f2f19df31a7/Exercise%204.7#L2

Jimmy885 commented 2 years ago

https://github.com/Jimmy885/110-1-r4ds-main/blob/8ebc85585047e8c77706803bc52ed40f70d0a335/4.1%204.2.Rmd#L570