R: Create a 5×4 matrix and 3×3 matrix with labels and fill the matrix by rows and 2 × 2 matrix with labels and fill the matrix by columns Submitted by admin on Wed, 06/08/2022 - 16:11 Read more about R: Create a 5×4 matrix and 3×3 matrix with labels and fill the matrix by rows and 2 × 2 matrix with labels and fill the matrix by columns
R: Create three vectors numeric data, character data and logical data. Display the content of the vectors and their type. Submitted by admin on Wed, 06/08/2022 - 16:09 Read more about R: Create three vectors numeric data, character data and logical data. Display the content of the vectors and their type.
R: Read a CSV file and display the content Submitted by admin on Wed, 06/08/2022 - 15:00 Read more about R: Read a CSV file and display the content
R: Create a list of random numbers in normal distribution and count occurrences of each value Submitted by admin on Wed, 06/08/2022 - 14:55 Read more about R: Create a list of random numbers in normal distribution and count occurrences of each value
R: Convert vectors and convert to a matrix Submitted by admin on Wed, 06/08/2022 - 14:51 Read more about R: Convert vectors and convert to a matrix
R: Get the unique elements of a given string and unique numbers of vector Submitted by admin on Wed, 06/08/2022 - 14:46 Read more about R: Get the unique elements of a given string and unique numbers of vector
R: Find the maximum and the minimum value of a given vector Submitted by admin on Wed, 06/08/2022 - 14:18 Read more about R: Find the maximum and the minimum value of a given vector
R: Find the factors of a given number Submitted by admin on Wed, 06/08/2022 - 14:15 Read more about R: Find the factors of a given number
R: Extract first 10 english letter in lower case and last 10 letters in upper case and extract letters between 22nd to 24th letters in upper case Submitted by admin on Wed, 06/08/2022 - 14:13 Read more about R: Extract first 10 english letter in lower case and last 10 letters in upper case and extract letters between 22nd to 24th letters in upper case
R: Print numbers from 1 to 100 and print "Fizz" for multiples of 3, print "Buzz" for multiples of 5, and print "FizzBuzz" for multiples of both Submitted by admin on Wed, 06/08/2022 - 14:06 Read more about R: Print numbers from 1 to 100 and print "Fizz" for multiples of 3, print "Buzz" for multiples of 5, and print "FizzBuzz" for multiples of both