From dafd64490e67b31e5d572ebf645f70ee3a67ddca Mon Sep 17 00:00:00 2001 From: guohan0421 Date: Tue, 28 Jan 2020 23:19:10 -0800 Subject: [PATCH 1/3] Bingo Card --- R/Country.R | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 R/Country.R diff --git a/R/Country.R b/R/Country.R new file mode 100644 index 0000000..53f6ead --- /dev/null +++ b/R/Country.R @@ -0,0 +1,27 @@ +# Han Guo +# A bingo card with countries' names + +c("Saudi Arabia", + "Azerbaijan", + "Rwanda", + "Curaçao", + "Côte d'Ivoire", + "Lao People's Democratic Republic", + "Niue", + "Algeria", + "Georgia", + "Puerto Rico", + "Chile", + "United States of America", + "Pakistan", + "Cook Islands", + "Haiti", + "Colombia", + "Jamaica", + "Belgium", + "Barbados", + "Afghanistan", + "Mexico", + "France", + "Korea Republic of", + "Estonia") From a238f241bc763537f3ec1bbbc83bff0df20ce727 Mon Sep 17 00:00:00 2001 From: guohan0421 Date: Tue, 28 Jan 2020 23:25:21 -0800 Subject: [PATCH 2/3] bingo card --- inst/topics/Countries'name.R | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 inst/topics/Countries'name.R diff --git a/inst/topics/Countries'name.R b/inst/topics/Countries'name.R new file mode 100644 index 0000000..53f6ead --- /dev/null +++ b/inst/topics/Countries'name.R @@ -0,0 +1,27 @@ +# Han Guo +# A bingo card with countries' names + +c("Saudi Arabia", + "Azerbaijan", + "Rwanda", + "Curaçao", + "Côte d'Ivoire", + "Lao People's Democratic Republic", + "Niue", + "Algeria", + "Georgia", + "Puerto Rico", + "Chile", + "United States of America", + "Pakistan", + "Cook Islands", + "Haiti", + "Colombia", + "Jamaica", + "Belgium", + "Barbados", + "Afghanistan", + "Mexico", + "France", + "Korea Republic of", + "Estonia") From c8d5932c6428f5834d401473d48e773b14ffe35f Mon Sep 17 00:00:00 2001 From: guohan0421 Date: Tue, 28 Jan 2020 23:25:44 -0800 Subject: [PATCH 3/3] delete --- R/Country.R | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 R/Country.R diff --git a/R/Country.R b/R/Country.R deleted file mode 100644 index 53f6ead..0000000 --- a/R/Country.R +++ /dev/null @@ -1,27 +0,0 @@ -# Han Guo -# A bingo card with countries' names - -c("Saudi Arabia", - "Azerbaijan", - "Rwanda", - "Curaçao", - "Côte d'Ivoire", - "Lao People's Democratic Republic", - "Niue", - "Algeria", - "Georgia", - "Puerto Rico", - "Chile", - "United States of America", - "Pakistan", - "Cook Islands", - "Haiti", - "Colombia", - "Jamaica", - "Belgium", - "Barbados", - "Afghanistan", - "Mexico", - "France", - "Korea Republic of", - "Estonia")