Add factor column
Add an extra factor ("type") column to the existing dataframe
addType(projectName, typePlace = 3, typeName = "type2", save = TRUE)
projectName |
the short name in use for the project. |
typePlace |
a number that indicates the position of the photograph name to be stored as the 'type' vector'. Defaults to 3. For more details see |
typeName |
a character string that indicates what to name the typeVector. Defaults to "type2". |
save |
denotes whether to overwrite the existing .csv file or just update the .df in the R global environment. Defaults to TRUE. |
updates the existing dataframe
## Not run: addType("myProject", typePlace=4, typeName="temperature") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.