diff --git a/articles/readspss.html b/articles/readspss.html index 0f4f6b4..153dafd 100644 --- a/articles/readspss.html +++ b/articles/readspss.html @@ -184,8 +184,9 @@

Export write.sav(cars, filepath = "cars.sav") # optional compress = TRUE write.sav(cars, filepath = "cars.zsav") # optional compress = TRUE -#> Zsav compression is still experimental. Testing is welcome! - +#> Zsav compression is still experimental. Testing is welcome! +
+
 write.por(cars, filepath = "cars.por")

Export provides a few options to add a label, for compression of sav and zsav files and conversion of dates. Currently it is not possible to diff --git a/pkgdown.yml b/pkgdown.yml index e57ad6f..df1efb2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.9 pkgdown_sha: ~ articles: readspss: readspss.html -last_built: 2024-04-27T08:03Z +last_built: 2024-05-17T08:21Z