Skip to content

Instantly share code, notes, and snippets.

View Bojne's full-sized avatar

Aaron (Yueh-Han) Huang Bojne

View GitHub Profile
library("dplyr")
library("ggplot2")
RawData <- read.csv("https://tinyurl.com/yb4phxx8") # read in the Multilateral Development Institution Data
# {Step 0} Explore the data
names(RawData) # dimensions of the data set
dim(RawData) # quick look at the data structure
# {Step 1} Preprocess the data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/blocks.css/dist/blocks.min.css" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌈</text></svg>">
<title>簡單,可愛的一個網站</title>
</head>
@Bojne
Bojne / index.html
Created May 24, 2021 00:46
Netlify Demo HTML FIle
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/blocks.css/dist/blocks.min.css" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌈</text></svg>">
<title>簡單,可愛的一個網站</title>
</head>