CCYI GLOBAL ACADEMY
Shop beginner-friendly tech courses, practical training tutorials, data tools, web development content, automation, and digital skills courses from Palace Tech Hub.
Shop beginner-friendly tech courses, practical training tutorials, data tools, web development content, automation, and digital skills courses from Palace Tech Hub.
Pay by Bank Transfer
Bank Name: UNITED BANK FOR AFRICA
Account Name: CCYI GLOBAL ENTERPRISE
Account Number: 1017417XXX
After payment, click “Confirm Payment on WhatsApp” below and send your proof of payment.
Total: ₦0
R is a programming language used for data analysis, statistics, and visualization.
👉 In simple terms:
R = a tool for working with data and making sense of numbers
R is:
R is used for:
To get started:
👉 RStudio makes R easier to use.
print("Hello, World!")
👉 This displays text on the screen.
name <- "John"
age <- 20
👉 <- is used to assign values in R.
"Hello"10 or 3.5TRUE / FALSE5 + 3
10 * 2
20 / 4
👉 R works like a calculator.
numbers <- c(1, 2, 3, 4, 5)
print(numbers)
👉 A vector stores multiple values.
greet <- function() {
print("Hello!")
}
greet()
age <- 18
if (age >= 18) {
print("Adult")
} else {
print("Minor")
}
for (i in 1:5) {
print(i)
}
data <- data.frame(
name = c("John", "Mary"),
age = c(20, 22)
)
print(data)
👉 Data frames are like Excel tables.
x <- c(1, 2, 3, 4)
y <- c(10, 20, 30, 40)
plot(x, y)
👉 Creates a simple graph.
Students can use R to:
| Feature | R | Python |
|---|---|---|
| Focus | Statistics & Data | General programming |
| Ease | Beginner-friendly | Beginner-friendly |
| Usage | Research, academics | Web, AI, automation |
👉 R is:
👉 “If data is the new oil, then R is one of the best tools to refine it into useful insights.”
Hobby (Free) Plan You can have up to 200 projects (websites/apps) under one account. Each project can have its own: Production deploy...