diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 85e57143..57c61cf4 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 38c484ca..f003b175 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 1f17b67a..aee33475 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index 550681cf..58697bde 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index f92723d2..63f2ae77 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index c166b362..a8853cb2 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index 5797549d..8f89b735 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index b8554740..dbd584d1 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/pkgdown.yml b/pkgdown.yml index 145af1c9..55b668cb 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,5 +4,5 @@ pkgdown_sha: ~ articles: opusreader2_file-specification-and-technical-details: opusreader2_file-specification-and-technical-details.html opusreader2_introduction: opusreader2_introduction.html -last_built: 2023-11-11T14:46Z +last_built: 2023-11-11T22:49Z diff --git a/reference/index.html b/reference/index.html index bc65ff73..8a67fa1d 100644 --- a/reference/index.html +++ b/reference/index.html @@ -116,10 +116,6 @@
read_unsigned_int()
read unsigned integer from binary
reposition cursor for open read connection
# S3 method for data
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
# S3 method for default
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
parse_chunk(ds, con)
parse_chunk(ds, raw)
chunk dataset
connection to raw vector
raw vector
# S3 method for parameter
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
# S3 method for text
-parse_chunk(ds, con)
chunk dataset
connection to raw vector
raw vector
parse_header(raw_size, con)
parse_header(raw)
raw vector of the opus binary file
connection to the raw vector
read_character(con, cursor, n = 1L, encoding = "latin1")
read_character(raw, cursor, n = 1L, n_char, encoding = "latin1")
connection to raw vector
raw vector
number of elements
integer with number of desired characters to read from raw
encoding to assign character strings that are read. Default
is "latin1"
., which will use Windows Latin 1 (ANSI) encoding. This is
diff --git a/reference/read_double.html b/reference/read_double.html
index 896ae6a3..73f564d3 100644
--- a/reference/read_double.html
+++ b/reference/read_double.html
@@ -66,13 +66,13 @@
read_double(con, cursor, n = 1L)
read_double(raw, cursor, n = 1L)
connection to raw vector
raw vector
read_float(con, cursor, n = 1L)
read_float(raw, cursor, n = 1L)
connection to raw vector
raw vector
read_signed_int(con, cursor, n = 1L)
read_signed_int(raw, cursor, n = 1L)
connection to raw vector
raw vector
read_unsigned_int(con, cursor, n = 1L)
read_unsigned_int(raw, cursor, n = 1L)
connection to raw vector
raw vector
reposition cursor for open read connection
-seek_opus(con, cursor)
connection to raw vector
cursor position within the connection