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

testdata.R

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    testdata.R 379 B
    #' Random generated numbers and values for explanatory 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"