-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some updates to read_file()
#727
Conversation
Previously this assumed any file ending in `.gz` was a CSV.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@check-spelling-bot: Could not perform request. Request did not change repository content. Maybe someone already applied these changes? See log for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, ready to merge
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view or the 📜action log for details. Unrecognized words (1)spss To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands... in a clone of the [email protected]:Public-Health-Scotland/source-linkage-files.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/Public-Health-Scotland/source-linkage-files/actions/runs/5575681663/attempts/1' To have the bot do this for you, reply quoting the following line: Available 📚 dictionaries could cover words not in the 📘 dictionaryThis includes both expected items (202) from .github/actions/spelling/expect.txt and unrecognized words (1)
Consider adding them using (in with:
extra_dictionaries:
cspell:npm/npm.txt
cspell:filetypes/filetypes.txt To stop checking additional dictionaries, add: with:
check_extra_dictionaries: '' If the flagged items are 🤯 false positivesIf items relate to a ...
|
Some small updates to
read_file
.csv.gz
and.rds.gz
extensions - previously it assumed any file ending.gz
was a CSV.read_parquet
, see: [R] PassingNULL
through a function tocol_select
inread_parquet()
results in no columns being returned apache/arrow#36658.fst
file will always return a tibble.