Skip to content

Commit

Permalink
Update 010_break_up_string.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein authored Dec 21, 2024
1 parent c48e938 commit 1374892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GENOMICS/010_break_up_string.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ K <- 3
get <- seq(from = 1, to = K + 1)
s[get]


```R
get <- seq(from = 4, to = K + 4)
s[get]

```


piece <- function(s, K = 3, start = 1) {
Expand Down

0 comments on commit 1374892

Please sign in to comment.