From a73e57ea5e10a053a1ff8dcb57af8803aeb973ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Sun, 8 Nov 2015 04:55:31 +0000 Subject: [PATCH] add a readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d1de0c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +This is a simple R script to generate a simple report for post activity on a facebook page. + +You: +- export your post data from the Facebook Page statistics tab to Excel +- export the key metrics sheet as csv from within Excel +- plug it in this script +- compile using RStudio into a HTML file + +Then everythong should work fine \ No newline at end of file