Blog: CLASSIC CODER #header (Ativar o PHP)

R Basics-21 - Coding-String and Date (Hands On) - ClassiCoder

Date Conversion Perform the following tasks: . Convert the string S in the function parameter to a va…

R Basics-22 -Coding-POSIX Date (Hands On) - ClassiCoder

POSIX DATE Perform the following tasks: 1. Convert the variable strings Y and X (passed as function a…

R Basics-26 - Coding-Iterations-2 (Hands On) - ClassiCoder

Iterations Perform the following tasks: . Write a function sum_whole that find the sum of the first N…

R Basics-25 - Coding-Iterations-1 (Hands On) - ClassiCoder

Factorial . Write a function Nfact to find the factorial of the number num passed as arguments using…

R Basics-7 - Coding-Handling 'NA' (Hands On) - ClassiCoder

Handling NA values Perform the following task: 1. Remove the NA and odd values from the vector V pass…

R Basics-9 - Coding-Descriptive Statistics in R (Hands On) - ClassiCoder

Statistics Perform the following tasks: 1. Find the median of the vector V passed as function argumen…

R Basics-2 - Coding- Date and Time in R (Hands On) - ClassiCoder

Date and Time in R Perform the following tasks: 1. Create a string "25-12-2016" and convert…