View Population Studies.csl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" demote-non-dropping-particle="never"> | |
<info> | |
<title>Population Studies Update</title> | |
<title-short>PopStud</title-short> | |
<id>http://csl.mendeley.com/styles/162014881/APA-DAG-2</id> | |
<link href="http://www.zotero.org/styles/apa" rel="self"/> | |
<link href="http://owl.english.purdue.edu/owl/resource/560/01/" rel="documentation"/> | |
<author> | |
<name>Simon Kornblith</name> |
View qualitative_coding.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###############################################################################- | |
##### TEMPLATE FOR HIGHLIGHTING AND CODING TEXT IN RSTUDIO SHINY #####- | |
##### DEVELOPED IN WINDOWS 7; SHINY 0.14.2; RSTUDIO 1.0.136; R 3.3.2 #####- | |
##### DIEGO ALBUREZ-GUTIERREZ, 2016 #####- | |
##### http://alburez.me #####- | |
############################################################################### - | |
# *THANKS TO CONTRIBUTORS IN: | |
# https://stackoverflow.com/questions/42274461/can-shiny-recognise-text-selection-with-mouse-highlighted-text |
View tabulate.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###############################################################################- | |
##### TEMPLATE FOR TABULATING QUESTIONNAIRE DATA IN RSTUDIO SHINY #####- | |
##### DEVELOPED IN WINDOWS 7; SHINY 0.14.2; RSTUDIO 1.0.136; R 3.3.2 #####- | |
##### DIEGO ALBUREZ-GUTIERREZ, 2016 #####- | |
##### http://alburez.me #####- | |
############################################################################### - | |
# PREAMBLE ---- | |
# +++++++++++++++++++ |