Description Usage Arguments Value Credit Author(s) See Also Examples
View source: R/des_duplicates.R
Count duplicates within each track
| 1 2 3 | des_duplicates(
  tracks, cduplicated, cgaps = "", cname = "duplicates", drop = TRUE,
  t_id = "id", des_df = "")
 | 
| tracks | 
 | 
| cduplicated | 
 | 
| cgaps | 
 | 
| cname | 
 | 
| drop | 
 | 
| t_id | character or numeric. Column name in  | 
| des_df | 
 | 
Data frame
| t_id | unique id of the track | 
| cname | calculated result of the track | 
If you use 'psyosphere' for commercial use or research, please support us by include one off the following references:
MIT license: "psyosphere" by B. Ziepert, E. G. Ufkes & P. W. de Vries from https://CRAN.R-project.org/package=psyosphere
APA: Ziepert, B., Ufkes, E., & de Vries, P. W. (2018). psyosphere: Analyse GPS Data. Retrieved from https://CRAN.R-project.org/package=psyosphere
APA: Vries, P., Ziepert, B., & Ufkes, E. (2016). "De psychologie van bewegingen GPS-technologie voor de analyse van natuurlijk gedrag." Tijdschrift voor Human Factors 2: 11-15.
Benjamin Ziepert. Please send feedback to: feedback-psyosphere@analyse-gps.com.
des_summary, des_first, des_last, des_length, des_max, des_min, des_mean, des_sd, des_sum
| 1 2 3 4 5 6 7 8 9 | ## Not run: 
# Get data
data(psyo_rounds2)
tracks <- psyo_rounds2
# Calculations
descriptive <- des_duplicates(tracks, "time")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.