Skip to content
Snippets Groups Projects
Select Git revision
  • d6aceadbe9d4af98a101e39ac2de14887f89cd1e
  • main default protected
  • test
3 results

testdata.R

Blame
  • Lisa Wegner's avatar
    Wegner, Lisa Marie authored
    d6aceadb
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    testdata.R 381 B
    
    #' Random generated numbers and values for expplanatory purpose.
    #'
    #'
    #' @format A data frame,100 observations,  4 variables
    #' \describe{
    #'\item{\code{age}}{int age in years}
    #'\item{\code{spending_habits}}{int spendings per month in euro}
    #'\item{\code{income}}{int income per month in euro}
    #'\item{\code{gender}}{chr genderidentity: male, female, nonbinary}
    #'}
    
    "testdata"