
Dr. Domenico Giusti
Paläoanthropologie, Senckenberg Centre for Human Evolution and Palaeoenvironment
dim()
function, to get OR set the dim
attribute for an R objectattributes()
functionclass()
functionmatrix()
function, to create matricesdata.frame()
function, to create data framescbind()
function, to combine columnscolnames()
function, to set the colnames
attribute==
, <
, <=
, >
, >=
, !=
!
NOT operator negates logical expressions (!TRUE
, !FALSE
)&
, &&
AND operators, TRUE if both operands are TRUE|
, ||
OR operators, TRUE if one of the operands is TRUEisTRUE()
xor()
(exclusive OR) - If one argument evaluates to TRUE and one argument evaluates to FALSE, then this function will return TRUE, otherwise it will return FALSE. xor(TRUE, TRUE) evaluates to FALSE.which()
, any()
, all()
Complete swirl module '12: Looking at Data' and submit your successful completion via email (domenico.giusti@uni-tuebingen.de)
swirl modules won't count towards your final grade but it is highly recommended to complete them - the topics covered in the swirl modules will be on the final exam.
Pull requests help you collaborate on code with other people. Pull requests let you tell others about changes
Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.
git clone git@github.com:dncgst/ctv-archaeology.git
(See exercises 3 & 4)
--> Volume48, Issue3, July 2019, Pages 713-730
(See exercises 3 & 4)
"This work is an Open Educational Resource, and is therefore licensed under a Creative Commons Attribution 4.0 International License"