List of R packages
In this guide we will discuss about List of R packages. R is the language of data science which includes a vast repository of packages. These packages appeal to different…
In this guide we will discuss about List of R packages. R is the language of data science which includes a vast repository of packages. These packages appeal to different…
This topic is about CodeIgniter - Sending Email. Sending email in CodeIgniter is much easier. You also configure the preferences regarding email in CodeIgniter. CodeIgniter provides following features for sending…
This topic is about CodeIgniter - File Uploading. Using File Uploading class, we can upload files and we can also, restrict the type and size of the file to be…
R package are the collection of R functions, sample data, and compile codes. In the R environment, these packages are stored under a directory called "library." During installation, R installs…
This topic is about CodeIgniter - Error Handling. Many times, while using application, we come across errors. It is very annoying for the users if the errors are not handled…
This topic is about CodeIgniter - Libraries. The essential part of a CodeIgniter framework is its libraries. It provides a rich set of libraries, which indirectly increase the speed of…
This topic is about CodeIgniter - Working with Database. Like any other framework, we need to interact with the database very often and CodeIgniter makes this job easy for us.…
In this guide we will discuss about R integration with Hadoop. What is Hadoop? Hadoop is an open-source framework which was founded by the ASF - Apache Software Foundation. It is used…
In this guide we will discuss about Advantages and Disadvantages of R. R is the most popular programming language for statistical modeling and analysis. Like other programming languages, R also…
This topic is about CodeIgniter - Configuration. After setting up the site, the next thing that we should do is to configure the site. The application/config folder contains a group…