Horje
r last value of vector Code Example
r last value of vector
x[length(x)] # fastest
tail(x, 1)   # easiest




17

Related
check type of column in r Code Example check type of column in r Code Example
ggplot increase label font size Code Example ggplot increase label font size Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12