Skip to contents

Funzione che riceve in input le posizioni dei nomi di un dataframe e crea una stringa di tali nomi separati da virgola o da altro segno/simbolo

Usage

Stringa_LL(data, vet, sep = ",")

Arguments

data

datafrane

vet

vector of positions for names in the dataset

sep

symbol to separate names from each other