This is the homework of Katie Li-Hsuan CHANG for the R course due on 16 October 2017.

library(HOMEWORK1016)

The function draw_a_name gives you the overview of how many people were using the name you want to look up:

draw_a_name("Katie","F")

The function draw_names does similar thing with the function draw_a_name, while you can input 2 names at once:

draw_names(c("Beatriz","John"))

The function save_as_csv saves a csv file to the designated folder you assigned:

save_as_csv(iris, "/Users/katiechang/Desktop/test3.csv")

The function my_csv_reader reads all the csv files from the designated folder and returns the file names:

my_csv_reader ("../..")

The function multi_excel takes an excel file and reads through all the sheets inside:

multi_excel ("/Users/katiechang/Desktop/Ecole Polytechnique 2017 2018/R Python/Day2 03 October 2017/TD 3/jeux.xlsx")


lihsuanchang/HOMEWORK1016 documentation built on May 29, 2019, 3:41 a.m.