Skip to contents

Takes the data.frame resulting from read_bek_data() and returns a list object

Usage

make_flow_basics(df = data.frame())

Arguments

df

a data.frame resulting from using the read_bek_data() on the funding csv file

Value

a list with 5 objects:

type

text containing the type of bek file the data is from

brin_own

text containing the brin of the higher educational institution to which the funding file refers to

date_retrieval

date containing the date the funding file was retrieved from DUO

enrolments

data.frame containing data of enrolments of students with a least one enrolment or degree from the brin concerned

degrees

data.frame containing data of acquired degrees of these students

Examples

if (FALSE) { # \dontrun{
make_flow_basics(my_bek_data)
} # }