Skip to content

Purpose-built app to collect data for future inclusion in KidStats.

Notifications You must be signed in to change notification settings

geanes/KScollect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE:

As version 0.5.0.9000, the way RDS files are loaded or created has changed. See Usage below.

KScollect

Shiny application to collect subadult long-bone measurements for future inclusion in KidStats.

KidStats is based on the research of Kyra Stull PhD (http://kyrastull.weebly.com), an Associate Professor in the Department of Anthropology at University of Nevada, Reno.

Installation:

KScollect is developed with R version 3.3.2.

install.packages("devtools")
devtools::install_github("geanes/KScollect")

Usage:

To open an existing .rds file, run the app with no arguments and you will be prompted to choose an existing file to edit.

library(KScollect)
KScollect()

To create a new .rds file, run the app with a quoted path as the new argument.

library(KScollect)
KScollect("/Path/to/my/newfile.rds")

About

Purpose-built app to collect data for future inclusion in KidStats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages