Skip to content

Commit

Permalink
add Acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 11, 2024
1 parent aaa7ce3 commit 7126aec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ read_file(interlacer_example("colors.csv")) |>
In this csv file, values are interlaced with three possible missing reasons:
`REFUSED`, `OMITTED`, and `N/A`.

With `readr`, loading these data would result in a data frame like this:
With readr, loading these data would result in a data frame like this:

```{r}
read_csv(
Expand Down Expand Up @@ -168,3 +168,7 @@ options(interlacer.print_validation = FALSE)
When `interlacer.print_validation = FALSE`, you will need to be extra careful
during mutations, because if you create an invalid state you won't get a
warning!

## Acknowledgements

The development of this software was supported, in whole or in part, by the Institute of Education Sciences, U.S. Department of Education, through Grant R305A170047 to The Pennsylvania State University. The opinions expressed are those of the authors and do not represent the views of the Institute or the U.S. Department of Education.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ read_file(interlacer_example("colors.csv")) |>
In this csv file, values are interlaced with three possible missing
reasons: `REFUSED`, `OMITTED`, and `N/A`.

With `readr`, loading these data would result in a data frame like this:
With readr, loading these data would result in a data frame like this:

``` r
read_csv(
Expand Down Expand Up @@ -217,3 +217,11 @@ options(interlacer.print_validation = FALSE)
When `interlacer.print_validation = FALSE`, you will need to be extra
careful during mutations, because if you create an invalid state you
won’t get a warning!

## Acknowledgements

The development of this software was supported, in whole or in part, by
the Institute of Education Sciences, U.S. Department of Education,
through Grant R305A170047 to The Pennsylvania State University. The
opinions expressed are those of the authors and do not represent the
views of the Institute or the U.S. Department of Education.

0 comments on commit 7126aec

Please sign in to comment.