Home R

R

📄 6 Articles
Filter by: Newest Recently Updated Most Discussed 6 results
R

Import and Export into Googlesheet and AWS using R

Import and Export Googlesheet in R using GoogleSheet4 packageRecently I was working to sync some data from R to AWS […]

📅
⏱️ 4 min read
👁️ 4,376 views
R

R Data Science Interview Questions | Day 39

Practice all the R Data Science Interview Questions. You can try to solve the same questions in Python also. Create […]

📅
⏱️ 3 min read
👁️ 3,391 views
R Uncategorized

R interview Questions

Today is Day 10 and we will try to solve the top 10 R Interview questions. These questions will revolve […]

📅
⏱️ 3 min read
👁️ 2,171 views
R

Janta Hack – Analytics Vidhya R code

install.packages(“stringr”)library(stringr) data = read.csv(“C:/Users/User/Desktop/Hackathon/JantaHack/train.csv”)head(data)str(data) data$product <- str_count(data$ProductList,”;”)+1head(data)data$hours <- with(data, difftime(endTime,startTime,units=”hours”) )data$min <- with(data, difftime(endTime,startTime,units=”mins”) )data$x <- as.double(data$endTime – data$startTime, units […]

📅
⏱️ 4 min read
👁️ 1,533 views
R

R – Cheat Sheet

This is a cheat sheet which aims on giving all the important concepts in a very crisp manner. Just give […]

📅
⏱️ 4 min read
👁️ 2,856 views
R

34 R Questions you must prepare before Data Science Interview

📅
⏱️ 13 min read
👁️ 3,281 views
r

📚 Browse All Content

📊 Data Analyst 45
⚙️ Data Engineer 22
📋 Business Analyst 30

🔥 Top Resource

2200 Most Asked Analytics Interview Questions — SQL, Python, ML, Statistics & Case Studies

₹1,999 ₹7,999 Get the Question Bank
Scroll to Top