From 9bb82b3116ee4404f2b7adc080f8534114c5cfa8 Mon Sep 17 00:00:00 2001 From: Chandra Prakash Date: Thu, 25 Oct 2018 11:09:06 +0530 Subject: [PATCH] R: Formatted article's resources links (#19858) --- guide/english/r/functions/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/guide/english/r/functions/index.md b/guide/english/r/functions/index.md index ebf4b9b732..aa6d022d5d 100644 --- a/guide/english/r/functions/index.md +++ b/guide/english/r/functions/index.md @@ -178,7 +178,6 @@ arguments with args. ## Resources -Official Docs -Quick-R -CRAN -Advanced R: Functions \ No newline at end of file + * [Official Docs](https://cran.r-project.org/manuals.html) + * [Quick-R](https://www.statmethods.net/management/functions.html) + * [Advanced R: Functions](http://adv-r.had.co.nz/Functions.html)