Skip to content
Snippets Groups Projects
Commit e5450606 authored by sc76giny's avatar sc76giny
Browse files

First script added for my friends and me

parent 6e2175b6
Branches
No related tags found
No related merge requests found
# starwars_team_analysis.R
# Load libraries
library(tidyverse)
# Load dataset
data("starwars")
# TEAM MEMBERS:
# A: Alice
# B: Bob
# C: Claire
# D: Daniel
# === A: Height and Mass ===
# Your name: Alice
# === B: Hair, Skin, Eye Color ===
# Your name: Bob
# === C: Gender, Species, Homeworld ===
# Your name: Claire
# === D: Films and Starships ===
# Your name: Daniel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment