Sarah,
i = 1
while i > 0 {
print("Thank you")
i = i + 1
}
---
Richard Sherman
> On Mar 22, 2014, at 8:06 PM, Sarah Goslee wrote:
>
> Hi Richard,
>
> ?if
> ?ifelse
> ?subset
> ?[
>
> depending on the specific operation. See inline.
>
> Given a data frame tdf with x, y, and a (or with
Hi Richard,
?if
?ifelse
?subset
?[
depending on the specific operation. See inline.
Given a data frame tdf with x, y, and a (or with vectors creating a
data frame using):
tdf <- data.frame(x=x, y=y, a=a)
On Sat, Mar 22, 2014 at 10:21 PM, Richard Sherman wrote:
> Hi all,
>
> A simple question,
2 matches
Mail list logo