What is the paradigm of R language

0 votes
I'm new to R and I want to understand the basics behind R programming and the main concepts and the paradigm.
Jan 10, 2019 in Data Analytics by Tyrion anex
• 8,700 points
714 views

1 answer to this question.

0 votes

R provides features of object-oriented and functional programming paradigms.

It has:

  • first class functions
  • lazy evaluation 

Under object orientation:

  • it comes with three built in OO paradigms

Apart from that, there are also a number of contributed packages that provide other types of OO: proto, mutatr, R.oo, OOP.

answered Jan 10, 2019 by Sophie may
• 10,610 points

Related Questions In Data Analytics

0 votes
1 answer
0 votes
1 answer

What is the standard naming convention for the variables in R?

Use of period separator e.g. product.prices <- c(12.01, ...READ MORE

answered Apr 25, 2018 in Data Analytics by shams
• 3,670 points
460 views
0 votes
1 answer

R language has several packages for solving a problem. How do you make a decision on which one is the best to use?

CRAN package ecosystem has more than 6000 ...READ MORE

answered Jun 5, 2018 in Data Analytics by zombie
• 3,790 points
967 views
0 votes
3 answers

What is the goal of A/B Testing?

With A/B Testing you can see which ...READ MORE

answered Sep 18, 2018 in Data Analytics by zombie
• 3,790 points
2,781 views
+10 votes
3 answers

Which is a better initiative to learn data science: Python or R?

Well it truly depends on your requirement, If ...READ MORE

answered Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
1,146 views
+1 vote
2 answers
0 votes
1 answer

R programming logic

Use gsub to match the substring that we want ...READ MORE

answered Nov 16, 2018 in Data Analytics by Maverick
• 10,840 points
478 views
0 votes
1 answer
0 votes
1 answer

Is it possible to link the R language and Julia?

R has a specific package just for ...READ MORE

answered Jan 21, 2019 in Data Analytics by Sophie may
• 10,610 points
500 views
0 votes
2 answers

What is the difference between %% and % in R programming?

HI, %% returns remainder in case of numeric ...READ MORE

answered Aug 26, 2019 in Data Analytics by anonymous
• 33,030 points
1,984 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP