Skip to content

Commit

Permalink
Update standardizeKeys.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmckay committed Aug 21, 2023
1 parent 259a634 commit c1a5d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/standardizeKeys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ iso2k <- readLipd("https://lipdverse.org/iso2k/current_version/iso2k1_0_1.zip")

And now we'll convert that to a LiPD TS object
```{r}
TS <- as.lipdTs(D)
TS <- as.lipdTs(iso2k)
```


Expand Down

0 comments on commit c1a5d07

Please sign in to comment.