Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The file won't render #4

Open
EmiliaJarochowska opened this issue Oct 25, 2023 · 0 comments
Open

The file won't render #4

EmiliaJarochowska opened this issue Oct 25, 2023 · 0 comments
Assignees

Comments

@EmiliaJarochowska
Copy link
Member

Seems you have some leftover code that might be redundant at this point, in any case it won't work now. Please see if you still need it and clean up or remove as necessary:

```{r}
#| label: Match sample names with ages in section
positions <- merge(x = sample_names,
y = age,
by.x = "sample_names",
by.y = "Bed",
all.x = T)
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants