Learn R Programming

hours2lessons (version 0.1.3)

long2matrix: Transformă prof|cls|ora în matricea profesorilor pe orele 1:7

Description

Transformă prof|cls|ora în matricea profesorilor pe orele 1:7

Usage

long2matrix(ORR)

Value

matricea orară a lecțiilor: clasele alocate pe ore fiecărui profesor

Arguments

ORR

data.frame prof|cls|ora (format lung)

Examples

Run this code
long2matrix(as.data.frame(mount_hours(LSS, Tuplaje))) %>% print(quote=FALSE)

Run the code above in your browser using DataLab